Color Hex Logo

#9b3693 Color Hex

#9B3693
(155,54,147)
0 Favorites   0 Comments

Color spaces of #9b3693

RGB 15554147
HSL0.850.480.41
HSV305°65°61°
CMYK 0.000.650.05   0.39
XYZ20.103211.713528.8051
Yxy11.71350.33160.1932
Hunter Lab34.225044.9542-25.9433
CIE-Lab40.757153.2631-30.5335

#9b3693 color RGB value is (155,54,147).

#9b3693 hex color red value is 155, green value is 54 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #9b3693 hue: 0.85 , saturation: 0.48 and the lightness value of 9b3693 is 0.41.

The process color (four color CMYK) of #9b3693 color hex is 0.00, 0.65, 0.05, 0.39. Web safe color of #9b3693 is #993399. Color #9b3693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00110110 10010011
Octal 233 66 223
Decimal 155 54 147
Hex 9B 36 93

RGB Percentages of Color #9b3693

%43.54
%15.17
%41.29

CMYK Percentages of Color #9b3693

%0
%65
%5
%39

Triadic Colors of #9b3693

#9b3693 #939b36 #36939b

Analogous Colors of #9b3693

#9b3693 #9b3660 #71369b

Monochromatic Colors of #9b3693

#9b3693

Complementary Color

#9b3693 #369b3e

#9b3693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b3693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b3693 Color CSS Codes

.mybgcolor {background-color:#9b3693; } 
.myforecolor {color:#9b3693; }
.mybordercolor {border:3px solid #9b3693; }

#9b3693 Text Font Color

<p style="color:#9b3693">Text here</p>

This sample text font color is #9b3693
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9b3693 Background Color

<div style="background-color:#9b3693">
Div content here</div>

This div background color is #9b3693


#9b3693 Border Color

<div style="border:3px solid #9b3693">
Div here</div>

This div border color is #9b3693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,54,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b3693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b3693;
  -webkit-box-shadow: 1px 1px 3px 2px #9b3693;
  box-shadow:         1px 1px 3px 2px #9b3693; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,54,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9b3693">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9b3693;
  -webkit-box-shadow: 1px 1px 3px 2px #9b3693;
  box-shadow:         1px 1px 3px 2px #9b3693;">
Div content here</div>

This div box has shadow with color #9b3693


Comments

No comments written yet.

Please login to write comment.