Shades of Lilac Bush #9970C3
Tints of Lilac Bush #9970C3
RGB
CMYK
RGB Variations
Color information
#9970C3 (or 0x9970C3) is known color: Lilac Bush. HEX triplet: 99, 70 and C3. RGB value is (153,112,195). Sum of RGB (Red+Green+Blue) = 153+112+195=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #9970C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970C3 is #668F3C. Grayscale: #858585. Windows color (decimal): -6721341 or 12808345. OLE color: 12808345.
HSL color Cylindrical-coordinate representation of color #9970C3: hue angle of 269.64º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9970C3 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 112 | 195 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.24 |
| HSL | 269.64º | 0.41% | 0.6% | - |
| HSV(B) | 269.64º | 0.43% | 0.76% | - |
| XYZ | 28.78 | 22.3 | 54.42 | - |
| YUV | 133.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 195 | 0.22 | 0.43 | 0 | 0.24 | 269.64 | 0.41 | 0.6 |
| Hex | 99 | 70 | C3 | 16 | 2B | 0 | 18 | 10E | 29 | 3C |
| Octal | 231 | 160 | 303 | 26 | 53 | 0 | 30 | 416 | 51 | 74 |
| Binary | 10011001 | 1110000 | 11000011 | 10110 | 101011 | 0 | 11000 | 100001110 | 101001 | 111100 |
Color Harmonies of #9970C3
Complementary color
Monochromatic Colors of #9970C3
Black with #9970C3
Text Example
Text Example
White with #9970C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970C3; }
p { color: rgb(153,112,195); }
H1.HeaderClassName
{
color: #9970C3;
}
.AnyTagClassName
{
color: #9970C3;
}
</style>
background-color css
<style>
a { background-color: #9970C3; }
a { background-color: rgb(153,112,195); }
div.DivClassName
{
background-color: #9970C3;
}
.BgClassName
{
background-color: #9970C3;
}
</style>
border-color css
<style>
span { border-color: #9970C3; }
span { border-color: rgb(153,112,195); }
td.TdClassName
{
border-color: #9970C3;
}
.TagClassName
{
border-color: #9970C3;
}
</style>