Shades of Deep Lilac #884ACC
Tints of Deep Lilac #884ACC
RGB
CMYK
RGB Variations
Color information
#884ACC (or 0x884ACC) is known color: Deep Lilac. HEX triplet: 88, 4A and CC. RGB value is (136,74,204). Sum of RGB (Red+Green+Blue) = 136+74+204=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #884ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ACC is #77B533. Grayscale: #6A6A6A. Windows color (decimal): -7845172 or 13388424. OLE color: 13388424.
HSL color Cylindrical-coordinate representation of color #884ACC: hue angle of 268.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #884ACC is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 74 | 204 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.2 |
| HSL | 268.62º | 0.56% | 0.55% | - |
| HSV(B) | 268.62º | 0.64% | 0.8% | - |
| XYZ | 23.5 | 14.49 | 58.69 | - |
| YUV | 107.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 204 | 0.33 | 0.64 | 0 | 0.2 | 268.62 | 0.56 | 0.55 |
| Hex | 88 | 4A | CC | 21 | 40 | 0 | 14 | 10D | 38 | 37 |
| Octal | 210 | 112 | 314 | 41 | 100 | 0 | 24 | 415 | 70 | 67 |
| Binary | 10001000 | 1001010 | 11001100 | 100001 | 1000000 | 0 | 10100 | 100001101 | 111000 | 110111 |
Color Harmonies of #884ACC
Complementary color
Monochromatic Colors of #884ACC
Black with #884ACC
Text Example
Text Example
White with #884ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ACC; }
p { color: rgb(136,74,204); }
H1.HeaderClassName
{
color: #884ACC;
}
.AnyTagClassName
{
color: #884ACC;
}
</style>
background-color css
<style>
a { background-color: #884ACC; }
a { background-color: rgb(136,74,204); }
div.DivClassName
{
background-color: #884ACC;
}
.BgClassName
{
background-color: #884ACC;
}
</style>
border-color css
<style>
span { border-color: #884ACC; }
span { border-color: rgb(136,74,204); }
td.TdClassName
{
border-color: #884ACC;
}
.TagClassName
{
border-color: #884ACC;
}
</style>