Color spaces of #9911bb
RGB | 153 | 17 | 187 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.40 |
HSV | 288° | 91° | 73° |
CMYK | 0.18 | 0.91 | 0.00 0.27 |
XYZ | 22.3070 | 10.7611 | 47.9151 |
Yxy | 10.7611 | 0.2755 | 0.1329 |
Hunter Lab | 32.8041 | 63.9739 | -63.6386 |
CIE-Lab | 39.1752 | 70.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00010001 | 10111011 |
Octal | 231 | 21 | 273 |
Decimal | 153 | 17 | 187 |
Hex | 99 | 11 | BB |
Shades of #9911bb
Tints of #9911bb
RGB Percentages of Color #9911bb
CMYK Percentages of Color #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.