Shades of Deep Lilac #884CCA
Tints of Deep Lilac #884CCA
RGB
CMYK
RGB Variations
Color information
#884CCA (or 0x884CCA) is known color: Deep Lilac. HEX triplet: 88, 4C and CA. RGB value is (136,76,202). Sum of RGB (Red+Green+Blue) = 136+76+202=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #884CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CCA is #77B335. Grayscale: #6B6B6B. Windows color (decimal): -7844662 or 13257864. OLE color: 13257864.
HSL color Cylindrical-coordinate representation of color #884CCA: hue angle of 268.57º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884CCA is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 76 | 202 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.21 |
| HSL | 268.57º | 0.54% | 0.55% | - |
| HSV(B) | 268.57º | 0.62% | 0.79% | - |
| XYZ | 23.4 | 14.67 | 57.47 | - |
| YUV | 108.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 202 | 0.33 | 0.62 | 0 | 0.21 | 268.57 | 0.54 | 0.55 |
| Hex | 88 | 4C | CA | 21 | 3E | 0 | 15 | 10D | 36 | 37 |
| Octal | 210 | 114 | 312 | 41 | 76 | 0 | 25 | 415 | 66 | 67 |
| Binary | 10001000 | 1001100 | 11001010 | 100001 | 111110 | 0 | 10101 | 100001101 | 110110 | 110111 |
Color Harmonies of #884CCA
Complementary color
Monochromatic Colors of #884CCA
Black with #884CCA
Text Example
Text Example
White with #884CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CCA; }
p { color: rgb(136,76,202); }
H1.HeaderClassName
{
color: #884CCA;
}
.AnyTagClassName
{
color: #884CCA;
}
</style>
background-color css
<style>
a { background-color: #884CCA; }
a { background-color: rgb(136,76,202); }
div.DivClassName
{
background-color: #884CCA;
}
.BgClassName
{
background-color: #884CCA;
}
</style>
border-color css
<style>
span { border-color: #884CCA; }
span { border-color: rgb(136,76,202); }
td.TdClassName
{
border-color: #884CCA;
}
.TagClassName
{
border-color: #884CCA;
}
</style>