Shades of Deep Lilac #884AC6
Tints of Deep Lilac #884AC6
RGB
CMYK
RGB Variations
Color information
#884AC6 (or 0x884AC6) is known color: Deep Lilac. HEX triplet: 88, 4A and C6. RGB value is (136,74,198). Sum of RGB (Red+Green+Blue) = 136+74+198=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #884AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AC6 is #77B539. Grayscale: #6A6A6A. Windows color (decimal): -7845178 or 12995208. OLE color: 12995208.
HSL color Cylindrical-coordinate representation of color #884AC6: hue angle of 270º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884AC6 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 74 | 198 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.22 |
| HSL | 270º | 0.52% | 0.53% | - |
| HSV(B) | 270º | 0.63% | 0.78% | - |
| XYZ | 22.8 | 14.21 | 54.97 | - |
| YUV | 106.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 198 | 0.31 | 0.63 | 0 | 0.22 | 270 | 0.52 | 0.53 |
| Hex | 88 | 4A | C6 | 1F | 3F | 0 | 16 | 10E | 34 | 35 |
| Octal | 210 | 112 | 306 | 37 | 77 | 0 | 26 | 416 | 64 | 65 |
| Binary | 10001000 | 1001010 | 11000110 | 11111 | 111111 | 0 | 10110 | 100001110 | 110100 | 110101 |
Color Harmonies of #884AC6
Complementary color
Monochromatic Colors of #884AC6
Black with #884AC6
Text Example
Text Example
White with #884AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AC6; }
p { color: rgb(136,74,198); }
H1.HeaderClassName
{
color: #884AC6;
}
.AnyTagClassName
{
color: #884AC6;
}
</style>
background-color css
<style>
a { background-color: #884AC6; }
a { background-color: rgb(136,74,198); }
div.DivClassName
{
background-color: #884AC6;
}
.BgClassName
{
background-color: #884AC6;
}
</style>
border-color css
<style>
span { border-color: #884AC6; }
span { border-color: rgb(136,74,198); }
td.TdClassName
{
border-color: #884AC6;
}
.TagClassName
{
border-color: #884AC6;
}
</style>