Shades of Lilac Bush #9E7CCC
Tints of Lilac Bush #9E7CCC
RGB
CMYK
RGB Variations
Color information
#9E7CCC (or 0x9E7CCC) is known color: Lilac Bush. HEX triplet: 9E, 7C and CC. RGB value is (158,124,204). Sum of RGB (Red+Green+Blue) = 158+124+204=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CCC is #618333. Grayscale: #8F8F8F. Windows color (decimal): -6390580 or 13401246. OLE color: 13401246.
HSL color Cylindrical-coordinate representation of color #9E7CCC: hue angle of 265.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E7CCC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 124 | 204 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.2 |
| HSL | 265.5º | 0.44% | 0.64% | - |
| HSV(B) | 265.5º | 0.39% | 0.8% | - |
| XYZ | 32.21 | 26.04 | 60.46 | - |
| YUV | 143.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 204 | 0.23 | 0.39 | 0 | 0.2 | 265.5 | 0.44 | 0.64 |
| Hex | 9E | 7C | CC | 17 | 27 | 0 | 14 | 10A | 2C | 40 |
| Octal | 236 | 174 | 314 | 27 | 47 | 0 | 24 | 412 | 54 | 100 |
| Binary | 10011110 | 1111100 | 11001100 | 10111 | 100111 | 0 | 10100 | 100001010 | 101100 | 1000000 |
Color Harmonies of #9E7CCC
Complementary color
Monochromatic Colors of #9E7CCC
Black with #9E7CCC
Text Example
Text Example
White with #9E7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7CCC; }
p { color: rgb(158,124,204); }
H1.HeaderClassName
{
color: #9E7CCC;
}
.AnyTagClassName
{
color: #9E7CCC;
}
</style>
background-color css
<style>
a { background-color: #9E7CCC; }
a { background-color: rgb(158,124,204); }
div.DivClassName
{
background-color: #9E7CCC;
}
.BgClassName
{
background-color: #9E7CCC;
}
</style>
border-color css
<style>
span { border-color: #9E7CCC; }
span { border-color: rgb(158,124,204); }
td.TdClassName
{
border-color: #9E7CCC;
}
.TagClassName
{
border-color: #9E7CCC;
}
</style>