Shades of Deep Lilac #884AC8
Tints of Deep Lilac #884AC8
RGB
CMYK
RGB Variations
Color information
#884AC8 (or 0x884AC8) is known color: Deep Lilac. HEX triplet: 88, 4A and C8. RGB value is (136,74,200). Sum of RGB (Red+Green+Blue) = 136+74+200=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #884AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AC8 is #77B537. Grayscale: #6A6A6A. Windows color (decimal): -7845176 or 13126280. OLE color: 13126280.
HSL color Cylindrical-coordinate representation of color #884AC8: hue angle of 269.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884AC8 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 74 | 200 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.22 |
| HSL | 269.52º | 0.53% | 0.54% | - |
| HSV(B) | 269.52º | 0.63% | 0.78% | - |
| XYZ | 23.03 | 14.3 | 56.19 | - |
| YUV | 106.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 200 | 0.32 | 0.63 | 0 | 0.22 | 269.52 | 0.53 | 0.54 |
| Hex | 88 | 4A | C8 | 20 | 3F | 0 | 16 | 10E | 35 | 36 |
| Octal | 210 | 112 | 310 | 40 | 77 | 0 | 26 | 416 | 65 | 66 |
| Binary | 10001000 | 1001010 | 11001000 | 100000 | 111111 | 0 | 10110 | 100001110 | 110101 | 110110 |
Color Harmonies of #884AC8
Complementary color
Monochromatic Colors of #884AC8
Black with #884AC8
Text Example
Text Example
White with #884AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AC8; }
p { color: rgb(136,74,200); }
H1.HeaderClassName
{
color: #884AC8;
}
.AnyTagClassName
{
color: #884AC8;
}
</style>
background-color css
<style>
a { background-color: #884AC8; }
a { background-color: rgb(136,74,200); }
div.DivClassName
{
background-color: #884AC8;
}
.BgClassName
{
background-color: #884AC8;
}
</style>
border-color css
<style>
span { border-color: #884AC8; }
span { border-color: rgb(136,74,200); }
td.TdClassName
{
border-color: #884AC8;
}
.TagClassName
{
border-color: #884AC8;
}
</style>