Shades of Lilac Bush #9E71C4
Tints of Lilac Bush #9E71C4
RGB
CMYK
RGB Variations
Color information
#9E71C4 (or 0x9E71C4) is known color: Lilac Bush. HEX triplet: 9E, 71 and C4. RGB value is (158,113,196). Sum of RGB (Red+Green+Blue) = 158+113+196=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #9E71C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71C4 is #618E3B. Grayscale: #878787. Windows color (decimal): -6393404 or 12874142. OLE color: 12874142.
HSL color Cylindrical-coordinate representation of color #9E71C4: hue angle of 272.53º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E71C4 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 113 | 196 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.23 |
| HSL | 272.53º | 0.41% | 0.61% | - |
| HSV(B) | 272.53º | 0.42% | 0.77% | - |
| XYZ | 29.97 | 23.06 | 55.1 | - |
| YUV | 135.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 196 | 0.19 | 0.42 | 0 | 0.23 | 272.53 | 0.41 | 0.61 |
| Hex | 9E | 71 | C4 | 13 | 2A | 0 | 17 | 111 | 29 | 3D |
| Octal | 236 | 161 | 304 | 23 | 52 | 0 | 27 | 421 | 51 | 75 |
| Binary | 10011110 | 1110001 | 11000100 | 10011 | 101010 | 0 | 10111 | 100010001 | 101001 | 111101 |
Color Harmonies of #9E71C4
Complementary color
Monochromatic Colors of #9E71C4
Black with #9E71C4
Text Example
Text Example
White with #9E71C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E71C4; }
p { color: rgb(158,113,196); }
H1.HeaderClassName
{
color: #9E71C4;
}
.AnyTagClassName
{
color: #9E71C4;
}
</style>
background-color css
<style>
a { background-color: #9E71C4; }
a { background-color: rgb(158,113,196); }
div.DivClassName
{
background-color: #9E71C4;
}
.BgClassName
{
background-color: #9E71C4;
}
</style>
border-color css
<style>
span { border-color: #9E71C4; }
span { border-color: rgb(158,113,196); }
td.TdClassName
{
border-color: #9E71C4;
}
.TagClassName
{
border-color: #9E71C4;
}
</style>