Shades of Lilac Bush #9E75CC
Tints of Lilac Bush #9E75CC
RGB
CMYK
RGB Variations
Color information
#9E75CC (or 0x9E75CC) is known color: Lilac Bush. HEX triplet: 9E, 75 and CC. RGB value is (158,117,204). Sum of RGB (Red+Green+Blue) = 158+117+204=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E75CC is #618A33. Grayscale: #8A8A8A. Windows color (decimal): -6392372 or 13399454. OLE color: 13399454.
HSL color Cylindrical-coordinate representation of color #9E75CC: hue angle of 268.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E75CC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 117 | 204 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.2 |
| HSL | 268.28º | 0.46% | 0.63% | - |
| HSV(B) | 268.28º | 0.43% | 0.8% | - |
| XYZ | 31.36 | 24.35 | 60.17 | - |
| YUV | 139.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 204 | 0.23 | 0.43 | 0 | 0.2 | 268.28 | 0.46 | 0.63 |
| Hex | 9E | 75 | CC | 17 | 2B | 0 | 14 | 10C | 2E | 3F |
| Octal | 236 | 165 | 314 | 27 | 53 | 0 | 24 | 414 | 56 | 77 |
| Binary | 10011110 | 1110101 | 11001100 | 10111 | 101011 | 0 | 10100 | 100001100 | 101110 | 111111 |
Color Harmonies of #9E75CC
Complementary color
Monochromatic Colors of #9E75CC
Black with #9E75CC
Text Example
Text Example
White with #9E75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E75CC; }
p { color: rgb(158,117,204); }
H1.HeaderClassName
{
color: #9E75CC;
}
.AnyTagClassName
{
color: #9E75CC;
}
</style>
background-color css
<style>
a { background-color: #9E75CC; }
a { background-color: rgb(158,117,204); }
div.DivClassName
{
background-color: #9E75CC;
}
.BgClassName
{
background-color: #9E75CC;
}
</style>
border-color css
<style>
span { border-color: #9E75CC; }
span { border-color: rgb(158,117,204); }
td.TdClassName
{
border-color: #9E75CC;
}
.TagClassName
{
border-color: #9E75CC;
}
</style>