Shades of Lilac Bush #9970CA
Tints of Lilac Bush #9970CA
RGB
CMYK
RGB Variations
Color information
#9970CA (or 0x9970CA) is known color: Lilac Bush. HEX triplet: 99, 70 and CA. RGB value is (153,112,202). Sum of RGB (Red+Green+Blue) = 153+112+202=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #9970CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970CA is #668F35. Grayscale: #868686. Windows color (decimal): -6721334 or 13267097. OLE color: 13267097.
HSL color Cylindrical-coordinate representation of color #9970CA: hue angle of 267.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9970CA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 112 | 202 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.21 |
| HSL | 267.33º | 0.46% | 0.62% | - |
| HSV(B) | 267.33º | 0.45% | 0.79% | - |
| XYZ | 29.59 | 22.62 | 58.68 | - |
| YUV | 134.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 202 | 0.24 | 0.45 | 0 | 0.21 | 267.33 | 0.46 | 0.62 |
| Hex | 99 | 70 | CA | 18 | 2D | 0 | 15 | 10B | 2E | 3E |
| Octal | 231 | 160 | 312 | 30 | 55 | 0 | 25 | 413 | 56 | 76 |
| Binary | 10011001 | 1110000 | 11001010 | 11000 | 101101 | 0 | 10101 | 100001011 | 101110 | 111110 |
Color Harmonies of #9970CA
Complementary color
Monochromatic Colors of #9970CA
Black with #9970CA
Text Example
Text Example
White with #9970CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970CA; }
p { color: rgb(153,112,202); }
H1.HeaderClassName
{
color: #9970CA;
}
.AnyTagClassName
{
color: #9970CA;
}
</style>
background-color css
<style>
a { background-color: #9970CA; }
a { background-color: rgb(153,112,202); }
div.DivClassName
{
background-color: #9970CA;
}
.BgClassName
{
background-color: #9970CA;
}
</style>
border-color css
<style>
span { border-color: #9970CA; }
span { border-color: rgb(153,112,202); }
td.TdClassName
{
border-color: #9970CA;
}
.TagClassName
{
border-color: #9970CA;
}
</style>