Color spaces of #99519b
RGB | 153 | 81 | 155 |
---|---|---|---|
HSL | 0.83 | 0.31 | 0.46 |
HSV | 298° | 48° | 61° |
CMYK | 0.01 | 0.48 | 0.00 0.39 |
XYZ | 21.9957 | 15.0237 | 32.7509 |
Yxy | 15.0237 | 0.3153 | 0.2153 |
Hunter Lab | 38.7604 | 33.4642 | -22.9652 |
CIE-Lab | 45.6666 | 41.1706 | -27.6822 |
#99519b color RGB value is (153,81,155).
#99519b hex color red value is 153, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #99519b hue: 0.83 , saturation: 0.31 and the lightness value of 99519b is 0.46.
The process color (four color CMYK) of #99519b color hex is 0.01, 0.48, 0.00, 0.39. Web safe color of #99519b is #996699. Color #99519b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01010001 | 10011011 |
Octal | 231 | 121 | 233 |
Decimal | 153 | 81 | 155 |
Hex | 99 | 51 | 9B |
Shades of #99519b
Tints of #99519b
RGB Percentages of Color #99519b
CMYK Percentages of Color #99519b
Complementary Color
#99519b | #539b51 |
#99519b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99519b Color Preview on White Background
Lorem ipsum dolor sit amet.
#99519b Color CSS Codes
.mybgcolor {background-color:#99519b; } .myforecolor {color:#99519b; } .mybordercolor {border:3px solid #99519b; }
#99519b Text Font Color
<p style="color:#99519b">Text here</p>
This sample text font color is #99519b
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.
#99519b Background Color
<div style="background-color:#99519b">
Div content here</div>
This div background color is #99519b
#99519b Border Color
<div style="border:3px solid #99519b">
Div here</div>
This div border color is #99519b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,81,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99519b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99519b; -webkit-box-shadow: 1px 1px 3px 2px #99519b; box-shadow: 1px 1px 3px 2px #99519b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,81,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 #99519b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99519b; -webkit-box-shadow: 1px 1px 3px 2px #99519b; box-shadow: 1px 1px 3px 2px #99519b;">
Div content here</div>
This div box has shadow with color #99519b
Comments
No comments written yet.
Please login to write comment.