Shades of Lilac Bush #9971CE
Tints of Lilac Bush #9971CE
RGB
CMYK
RGB Variations
Color information
#9971CE (or 0x9971CE) is known color: Lilac Bush. HEX triplet: 99, 71 and CE. RGB value is (153,113,206). Sum of RGB (Red+Green+Blue) = 153+113+206=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9971CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971CE is #668E31. Grayscale: #878787. Windows color (decimal): -6721074 or 13529497. OLE color: 13529497.
HSL color Cylindrical-coordinate representation of color #9971CE: hue angle of 265.81º 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 #9971CE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 113 | 206 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.19 |
| HSL | 265.81º | 0.49% | 0.63% | - |
| HSV(B) | 265.81º | 0.45% | 0.81% | - |
| XYZ | 30.18 | 23.04 | 61.25 | - |
| YUV | 135.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 206 | 0.26 | 0.45 | 0 | 0.19 | 265.81 | 0.49 | 0.63 |
| Hex | 99 | 71 | CE | 1A | 2D | 0 | 13 | 10A | 31 | 3F |
| Octal | 231 | 161 | 316 | 32 | 55 | 0 | 23 | 412 | 61 | 77 |
| Binary | 10011001 | 1110001 | 11001110 | 11010 | 101101 | 0 | 10011 | 100001010 | 110001 | 111111 |
Color Harmonies of #9971CE
Complementary color
Monochromatic Colors of #9971CE
Black with #9971CE
Text Example
Text Example
White with #9971CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971CE; }
p { color: rgb(153,113,206); }
H1.HeaderClassName
{
color: #9971CE;
}
.AnyTagClassName
{
color: #9971CE;
}
</style>
background-color css
<style>
a { background-color: #9971CE; }
a { background-color: rgb(153,113,206); }
div.DivClassName
{
background-color: #9971CE;
}
.BgClassName
{
background-color: #9971CE;
}
</style>
border-color css
<style>
span { border-color: #9971CE; }
span { border-color: rgb(153,113,206); }
td.TdClassName
{
border-color: #9971CE;
}
.TagClassName
{
border-color: #9971CE;
}
</style>