Shades of Lilac Bush #9E6FC1
Tints of Lilac Bush #9E6FC1
RGB
CMYK
RGB Variations
Color information
#9E6FC1 (or 0x9E6FC1) is known color: Lilac Bush. HEX triplet: 9E, 6F and C1. RGB value is (158,111,193). Sum of RGB (Red+Green+Blue) = 158+111+193=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E6FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FC1 is #61903E. Grayscale: #868686. Windows color (decimal): -6393919 or 12677022. OLE color: 12677022.
HSL color Cylindrical-coordinate representation of color #9E6FC1: hue angle of 274.39º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E6FC1 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 111 | 193 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.24 |
| HSL | 274.39º | 0.4% | 0.6% | - |
| HSV(B) | 274.39º | 0.42% | 0.76% | - |
| XYZ | 29.41 | 22.49 | 53.24 | - |
| YUV | 134.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 193 | 0.18 | 0.42 | 0 | 0.24 | 274.39 | 0.4 | 0.6 |
| Hex | 9E | 6F | C1 | 12 | 2A | 0 | 18 | 112 | 28 | 3C |
| Octal | 236 | 157 | 301 | 22 | 52 | 0 | 30 | 422 | 50 | 74 |
| Binary | 10011110 | 1101111 | 11000001 | 10010 | 101010 | 0 | 11000 | 100010010 | 101000 | 111100 |
Color Harmonies of #9E6FC1
Complementary color
Monochromatic Colors of #9E6FC1
Black with #9E6FC1
Text Example
Text Example
White with #9E6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6FC1; }
p { color: rgb(158,111,193); }
H1.HeaderClassName
{
color: #9E6FC1;
}
.AnyTagClassName
{
color: #9E6FC1;
}
</style>
background-color css
<style>
a { background-color: #9E6FC1; }
a { background-color: rgb(158,111,193); }
div.DivClassName
{
background-color: #9E6FC1;
}
.BgClassName
{
background-color: #9E6FC1;
}
</style>
border-color css
<style>
span { border-color: #9E6FC1; }
span { border-color: rgb(158,111,193); }
td.TdClassName
{
border-color: #9E6FC1;
}
.TagClassName
{
border-color: #9E6FC1;
}
</style>