Shades of Deep Lilac #8850C6
Tints of Deep Lilac #8850C6
RGB
CMYK
RGB Variations
Color information
#8850C6 (or 0x8850C6) is known color: Deep Lilac. HEX triplet: 88, 50 and C6. RGB value is (136,80,198). Sum of RGB (Red+Green+Blue) = 136+80+198=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #8850C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850C6 is #77AF39. Grayscale: #6D6D6D. Windows color (decimal): -7843642 or 12996744. OLE color: 12996744.
HSL color Cylindrical-coordinate representation of color #8850C6: hue angle of 268.47º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8850C6 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 80 | 198 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.22 |
| HSL | 268.47º | 0.51% | 0.55% | - |
| HSV(B) | 268.47º | 0.6% | 0.78% | - |
| XYZ | 23.22 | 15.05 | 55.11 | - |
| YUV | 110.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 198 | 0.31 | 0.60 | 0 | 0.22 | 268.47 | 0.51 | 0.55 |
| Hex | 88 | 50 | C6 | 1F | 3C | 0 | 16 | 10C | 33 | 37 |
| Octal | 210 | 120 | 306 | 37 | 74 | 0 | 26 | 414 | 63 | 67 |
| Binary | 10001000 | 1010000 | 11000110 | 11111 | 111100 | 0 | 10110 | 100001100 | 110011 | 110111 |
Color Harmonies of #8850C6
Complementary color
Monochromatic Colors of #8850C6
Black with #8850C6
Text Example
Text Example
White with #8850C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850C6; }
p { color: rgb(136,80,198); }
H1.HeaderClassName
{
color: #8850C6;
}
.AnyTagClassName
{
color: #8850C6;
}
</style>
background-color css
<style>
a { background-color: #8850C6; }
a { background-color: rgb(136,80,198); }
div.DivClassName
{
background-color: #8850C6;
}
.BgClassName
{
background-color: #8850C6;
}
</style>
border-color css
<style>
span { border-color: #8850C6; }
span { border-color: rgb(136,80,198); }
td.TdClassName
{
border-color: #8850C6;
}
.TagClassName
{
border-color: #8850C6;
}
</style>