Color Hex Logo

#9911bb Color Hex

#9911BB
(153,17,187)
0 Favorites   0 Comments

Color spaces of #9911bb

RGB 15317187
HSL0.800.830.40
HSV288°91°73°
CMYK 0.180.910.00   0.27
XYZ22.307010.761147.9151
Yxy10.76110.27550.1329
Hunter Lab32.804163.9739-63.6386
CIE-Lab39.175270.5926-56.9955

#9911bb color RGB value is (153,17,187). This hex color code is also a web safe color which is equal to #91B.

#9911bb hex color red value is 153, green value is 17 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9911bb hue: 0.80 , saturation: 0.83 and the lightness value of 9911bb is 0.40.

The process color (four color CMYK) of #9911bb color hex is 0.18, 0.91, 0.00, 0.27. Web safe color of #9911bb is #9900cc. Color #9911bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010001 10111011
Octal 231 21 273
Decimal 153 17 187
Hex 99 11 BB

RGB Percentages of Color #9911bb

%42.86
%4.76
%52.38

CMYK Percentages of Color #9911bb

%18
%91
%0
%27

Triadic Colors of #9911bb

#9911bb #bb9911 #11bb99

Analogous Colors of #9911bb

#9911bb #bb1188 #4411bb

Monochromatic Colors of #9911bb

#9911bb

Complementary Color

#9911bb #33bb11

#9911bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9911bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9911bb Color CSS Codes

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

#9911bb Text Font Color

<p style="color:#9911bb">Text here</p>

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


#9911bb Background Color

<div style="background-color:#9911bb">
Div content here</div>

This div background color is #9911bb


#9911bb Border Color

<div style="border:3px solid #9911bb">
Div here</div>

This div border color is #9911bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,17,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9911bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9911bb;
  -webkit-box-shadow: 1px 1px 3px 2px #9911bb;
  box-shadow:         1px 1px 3px 2px #9911bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,17,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9911bb


Comments

No comments written yet.

Please login to write comment.