Color Hex Logo

#96139b Color Hex

#96139B
(150,19,155)
0 Favorites   0 Comments

Color spaces of #96139b

RGB 15019155
HSL0.830.780.34
HSV298°88°61°
CMYK 0.030.880.00   0.39
XYZ18.72699.316331.8216
Yxy9.31630.31280.1556
Hunter Lab30.522656.1026-40.4474
CIE-Lab36.586364.2811-42.0584

#96139b color RGB value is (150,19,155).

#96139b hex color red value is 150, green value is 19 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #96139b hue: 0.83 , saturation: 0.78 and the lightness value of 96139b is 0.34.

The process color (four color CMYK) of #96139b color hex is 0.03, 0.88, 0.00, 0.39. Web safe color of #96139b is #990099. Color #96139b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010011 10011011
Octal 226 23 233
Decimal 150 19 155
Hex 96 13 9B

RGB Percentages of Color #96139b

%46.30
%5.86
%47.84

CMYK Percentages of Color #96139b

%3
%88
%0
%39

Triadic Colors of #96139b

#96139b #9b9613 #139b96

Analogous Colors of #96139b

#96139b #9b135c #52139b

Monochromatic Colors of #96139b

#96139b

Complementary Color

#96139b #189b13

#96139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96139b Color CSS Codes

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

#96139b Text Font Color

<p style="color:#96139b">Text here</p>

This sample text font color is #96139b
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.


#96139b Background Color

<div style="background-color:#96139b">
Div content here</div>

This div background color is #96139b


#96139b Border Color

<div style="border:3px solid #96139b">
Div here</div>

This div border color is #96139b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,19,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96139b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96139b;
  -webkit-box-shadow: 1px 1px 3px 2px #96139b;
  box-shadow:         1px 1px 3px 2px #96139b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96139b


Comments

No comments written yet.

Please login to write comment.