Shades of Lilac Bush #9E7DCC
Tints of Lilac Bush #9E7DCC
RGB
CMYK
RGB Variations
Color information
#9E7DCC (or 0x9E7DCC) is known color: Lilac Bush. HEX triplet: 9E, 7D and CC. RGB value is (158,125,204). Sum of RGB (Red+Green+Blue) = 158+125+204=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DCC is #618233. Grayscale: #8F8F8F. Windows color (decimal): -6390324 or 13401502. OLE color: 13401502.
HSL color Cylindrical-coordinate representation of color #9E7DCC: hue angle of 265.06º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E7DCC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 125 | 204 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.2 |
| HSL | 265.06º | 0.44% | 0.65% | - |
| HSV(B) | 265.06º | 0.39% | 0.8% | - |
| XYZ | 32.33 | 26.3 | 60.5 | - |
| YUV | 143.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 204 | 0.23 | 0.39 | 0 | 0.2 | 265.06 | 0.44 | 0.65 |
| Hex | 9E | 7D | CC | 17 | 27 | 0 | 14 | 109 | 2C | 41 |
| Octal | 236 | 175 | 314 | 27 | 47 | 0 | 24 | 411 | 54 | 101 |
| Binary | 10011110 | 1111101 | 11001100 | 10111 | 100111 | 0 | 10100 | 100001001 | 101100 | 1000001 |
Color Harmonies of #9E7DCC
Complementary color
Monochromatic Colors of #9E7DCC
Black with #9E7DCC
Text Example
Text Example
White with #9E7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7DCC; }
p { color: rgb(158,125,204); }
H1.HeaderClassName
{
color: #9E7DCC;
}
.AnyTagClassName
{
color: #9E7DCC;
}
</style>
background-color css
<style>
a { background-color: #9E7DCC; }
a { background-color: rgb(158,125,204); }
div.DivClassName
{
background-color: #9E7DCC;
}
.BgClassName
{
background-color: #9E7DCC;
}
</style>
border-color css
<style>
span { border-color: #9E7DCC; }
span { border-color: rgb(158,125,204); }
td.TdClassName
{
border-color: #9E7DCC;
}
.TagClassName
{
border-color: #9E7DCC;
}
</style>