Shades of Deep Lilac #8C58B6
Tints of Deep Lilac #8C58B6
RGB
CMYK
RGB Variations
Color information
#8C58B6 (or 0x8C58B6) is known color: Deep Lilac. HEX triplet: 8C, 58 and B6. RGB value is (140,88,182). Sum of RGB (Red+Green+Blue) = 140+88+182=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C58B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C58B6 is #73A749. Grayscale: #717171. Windows color (decimal): -7579466 or 11950220. OLE color: 11950220.
HSL color Cylindrical-coordinate representation of color #8C58B6: hue angle of 273.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C58B6 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 88 | 182 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.29 |
| HSL | 273.19º | 0.39% | 0.53% | - |
| HSV(B) | 273.19º | 0.52% | 0.71% | - |
| XYZ | 22.75 | 15.93 | 46.13 | - |
| YUV | 114.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 182 | 0.23 | 0.52 | 0 | 0.29 | 273.19 | 0.39 | 0.53 |
| Hex | 8C | 58 | B6 | 17 | 34 | 0 | 1D | 111 | 27 | 35 |
| Octal | 214 | 130 | 266 | 27 | 64 | 0 | 35 | 421 | 47 | 65 |
| Binary | 10001100 | 1011000 | 10110110 | 10111 | 110100 | 0 | 11101 | 100010001 | 100111 | 110101 |
Color Harmonies of #8C58B6
Complementary color
Monochromatic Colors of #8C58B6
Black with #8C58B6
Text Example
Text Example
White with #8C58B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C58B6; }
p { color: rgb(140,88,182); }
H1.HeaderClassName
{
color: #8C58B6;
}
.AnyTagClassName
{
color: #8C58B6;
}
</style>
background-color css
<style>
a { background-color: #8C58B6; }
a { background-color: rgb(140,88,182); }
div.DivClassName
{
background-color: #8C58B6;
}
.BgClassName
{
background-color: #8C58B6;
}
</style>
border-color css
<style>
span { border-color: #8C58B6; }
span { border-color: rgb(140,88,182); }
td.TdClassName
{
border-color: #8C58B6;
}
.TagClassName
{
border-color: #8C58B6;
}
</style>