Shades of Lilac Bush #9970CC
Tints of Lilac Bush #9970CC
RGB
CMYK
RGB Variations
Color information
#9970CC (or 0x9970CC) is known color: Lilac Bush. HEX triplet: 99, 70 and CC. RGB value is (153,112,204). Sum of RGB (Red+Green+Blue) = 153+112+204=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9970CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970CC is #668F33. Grayscale: #868686. Windows color (decimal): -6721332 or 13398169. OLE color: 13398169.
HSL color Cylindrical-coordinate representation of color #9970CC: hue angle of 266.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9970CC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 112 | 204 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.2 |
| HSL | 266.74º | 0.47% | 0.62% | - |
| HSV(B) | 266.74º | 0.45% | 0.8% | - |
| XYZ | 29.83 | 22.72 | 59.94 | - |
| YUV | 134.75 | 167.08 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 204 | 0.25 | 0.45 | 0 | 0.2 | 266.74 | 0.47 | 0.62 |
| Hex | 99 | 70 | CC | 19 | 2D | 0 | 14 | 10B | 2F | 3E |
| Octal | 231 | 160 | 314 | 31 | 55 | 0 | 24 | 413 | 57 | 76 |
| Binary | 10011001 | 1110000 | 11001100 | 11001 | 101101 | 0 | 10100 | 100001011 | 101111 | 111110 |
Color Harmonies of #9970CC
Complementary color
Monochromatic Colors of #9970CC
Black with #9970CC
Text Example
Text Example
White with #9970CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970CC; }
p { color: rgb(153,112,204); }
H1.HeaderClassName
{
color: #9970CC;
}
.AnyTagClassName
{
color: #9970CC;
}
</style>
background-color css
<style>
a { background-color: #9970CC; }
a { background-color: rgb(153,112,204); }
div.DivClassName
{
background-color: #9970CC;
}
.BgClassName
{
background-color: #9970CC;
}
</style>
border-color css
<style>
span { border-color: #9970CC; }
span { border-color: rgb(153,112,204); }
td.TdClassName
{
border-color: #9970CC;
}
.TagClassName
{
border-color: #9970CC;
}
</style>