Shades of Lilac Bush #9972CF
Tints of Lilac Bush #9972CF
RGB
CMYK
RGB Variations
Color information
#9972CF (or 0x9972CF) is known color: Lilac Bush. HEX triplet: 99, 72 and CF. RGB value is (153,114,207). Sum of RGB (Red+Green+Blue) = 153+114+207=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #9972CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972CF is #668D30. Grayscale: #878787. Windows color (decimal): -6720817 or 13595289. OLE color: 13595289.
HSL color Cylindrical-coordinate representation of color #9972CF: hue angle of 265.16º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9972CF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 114 | 207 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.19 |
| HSL | 265.16º | 0.49% | 0.63% | - |
| HSV(B) | 265.16º | 0.45% | 0.81% | - |
| XYZ | 30.42 | 23.31 | 61.93 | - |
| YUV | 136.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 207 | 0.26 | 0.45 | 0 | 0.19 | 265.16 | 0.49 | 0.63 |
| Hex | 99 | 72 | CF | 1A | 2D | 0 | 13 | 109 | 31 | 3F |
| Octal | 231 | 162 | 317 | 32 | 55 | 0 | 23 | 411 | 61 | 77 |
| Binary | 10011001 | 1110010 | 11001111 | 11010 | 101101 | 0 | 10011 | 100001001 | 110001 | 111111 |
Color Harmonies of #9972CF
Complementary color
Monochromatic Colors of #9972CF
Black with #9972CF
Text Example
Text Example
White with #9972CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9972CF; }
p { color: rgb(153,114,207); }
H1.HeaderClassName
{
color: #9972CF;
}
.AnyTagClassName
{
color: #9972CF;
}
</style>
background-color css
<style>
a { background-color: #9972CF; }
a { background-color: rgb(153,114,207); }
div.DivClassName
{
background-color: #9972CF;
}
.BgClassName
{
background-color: #9972CF;
}
</style>
border-color css
<style>
span { border-color: #9972CF; }
span { border-color: rgb(153,114,207); }
td.TdClassName
{
border-color: #9972CF;
}
.TagClassName
{
border-color: #9972CF;
}
</style>