Shades of Deep Lilac #884FC8
Tints of Deep Lilac #884FC8
RGB
CMYK
RGB Variations
Color information
#884FC8 (or 0x884FC8) is known color: Deep Lilac. HEX triplet: 88, 4F and C8. RGB value is (136,79,200). Sum of RGB (Red+Green+Blue) = 136+79+200=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #884FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FC8 is #77B037. Grayscale: #6D6D6D. Windows color (decimal): -7843896 or 13127560. OLE color: 13127560.
HSL color Cylindrical-coordinate representation of color #884FC8: hue angle of 268.26º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884FC8 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 79 | 200 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.22 |
| HSL | 268.26º | 0.52% | 0.55% | - |
| HSV(B) | 268.26º | 0.61% | 0.78% | - |
| XYZ | 23.37 | 15 | 56.31 | - |
| YUV | 109.84 | 178.88 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 200 | 0.32 | 0.60 | 0 | 0.22 | 268.26 | 0.52 | 0.55 |
| Hex | 88 | 4F | C8 | 20 | 3C | 0 | 16 | 10C | 34 | 37 |
| Octal | 210 | 117 | 310 | 40 | 74 | 0 | 26 | 414 | 64 | 67 |
| Binary | 10001000 | 1001111 | 11001000 | 100000 | 111100 | 0 | 10110 | 100001100 | 110100 | 110111 |
Color Harmonies of #884FC8
Complementary color
Monochromatic Colors of #884FC8
Black with #884FC8
Text Example
Text Example
White with #884FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FC8; }
p { color: rgb(136,79,200); }
H1.HeaderClassName
{
color: #884FC8;
}
.AnyTagClassName
{
color: #884FC8;
}
</style>
background-color css
<style>
a { background-color: #884FC8; }
a { background-color: rgb(136,79,200); }
div.DivClassName
{
background-color: #884FC8;
}
.BgClassName
{
background-color: #884FC8;
}
</style>
border-color css
<style>
span { border-color: #884FC8; }
span { border-color: rgb(136,79,200); }
td.TdClassName
{
border-color: #884FC8;
}
.TagClassName
{
border-color: #884FC8;
}
</style>