Shades of Deep Lilac #884FC2
Tints of Deep Lilac #884FC2
RGB
CMYK
RGB Variations
Color information
#884FC2 (or 0x884FC2) is known color: Deep Lilac. HEX triplet: 88, 4F and C2. RGB value is (136,79,194). Sum of RGB (Red+Green+Blue) = 136+79+194=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #884FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FC2 is #77B03D. Grayscale: #6C6C6C. Windows color (decimal): -7843902 or 12734344. OLE color: 12734344.
HSL color Cylindrical-coordinate representation of color #884FC2: hue angle of 269.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #884FC2 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 79 | 194 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.24 |
| HSL | 269.74º | 0.49% | 0.54% | - |
| HSV(B) | 269.74º | 0.59% | 0.76% | - |
| XYZ | 22.69 | 14.72 | 52.68 | - |
| YUV | 109.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 194 | 0.30 | 0.59 | 0 | 0.24 | 269.74 | 0.49 | 0.54 |
| Hex | 88 | 4F | C2 | 1E | 3B | 0 | 18 | 10E | 31 | 36 |
| Octal | 210 | 117 | 302 | 36 | 73 | 0 | 30 | 416 | 61 | 66 |
| Binary | 10001000 | 1001111 | 11000010 | 11110 | 111011 | 0 | 11000 | 100001110 | 110001 | 110110 |
Color Harmonies of #884FC2
Complementary color
Monochromatic Colors of #884FC2
Black with #884FC2
Text Example
Text Example
White with #884FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FC2; }
p { color: rgb(136,79,194); }
H1.HeaderClassName
{
color: #884FC2;
}
.AnyTagClassName
{
color: #884FC2;
}
</style>
background-color css
<style>
a { background-color: #884FC2; }
a { background-color: rgb(136,79,194); }
div.DivClassName
{
background-color: #884FC2;
}
.BgClassName
{
background-color: #884FC2;
}
</style>
border-color css
<style>
span { border-color: #884FC2; }
span { border-color: rgb(136,79,194); }
td.TdClassName
{
border-color: #884FC2;
}
.TagClassName
{
border-color: #884FC2;
}
</style>