Shades of Lilac Bush #9E7CCD
Tints of Lilac Bush #9E7CCD
RGB
CMYK
RGB Variations
Color information
#9E7CCD (or 0x9E7CCD) is known color: Lilac Bush. HEX triplet: 9E, 7C and CD. RGB value is (158,124,205). Sum of RGB (Red+Green+Blue) = 158+124+205=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E7CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CCD is #618332. Grayscale: #8F8F8F. Windows color (decimal): -6390579 or 13466782. OLE color: 13466782.
HSL color Cylindrical-coordinate representation of color #9E7CCD: hue angle of 265.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E7CCD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 124 | 205 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.20 |
| HSL | 265.19º | 0.45% | 0.65% | - |
| HSV(B) | 265.19º | 0.4% | 0.8% | - |
| XYZ | 32.33 | 26.09 | 61.09 | - |
| YUV | 143.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 205 | 0.23 | 0.40 | 0 | 0.20 | 265.19 | 0.45 | 0.65 |
| Hex | 9E | 7C | CD | 17 | 28 | 0 | 14 | 109 | 2D | 41 |
| Octal | 236 | 174 | 315 | 27 | 50 | 0 | 24 | 411 | 55 | 101 |
| Binary | 10011110 | 1111100 | 11001101 | 10111 | 101000 | 0 | 10100 | 100001001 | 101101 | 1000001 |
Color Harmonies of #9E7CCD
Complementary color
Monochromatic Colors of #9E7CCD
Black with #9E7CCD
Text Example
Text Example
White with #9E7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7CCD; }
p { color: rgb(158,124,205); }
H1.HeaderClassName
{
color: #9E7CCD;
}
.AnyTagClassName
{
color: #9E7CCD;
}
</style>
background-color css
<style>
a { background-color: #9E7CCD; }
a { background-color: rgb(158,124,205); }
div.DivClassName
{
background-color: #9E7CCD;
}
.BgClassName
{
background-color: #9E7CCD;
}
</style>
border-color css
<style>
span { border-color: #9E7CCD; }
span { border-color: rgb(158,124,205); }
td.TdClassName
{
border-color: #9E7CCD;
}
.TagClassName
{
border-color: #9E7CCD;
}
</style>