Shades of Deep Lilac #884BC8
Tints of Deep Lilac #884BC8
RGB
CMYK
RGB Variations
Color information
#884BC8 (or 0x884BC8) is known color: Deep Lilac. HEX triplet: 88, 4B and C8. RGB value is (136,75,200). Sum of RGB (Red+Green+Blue) = 136+75+200=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #884BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BC8 is #77B437. Grayscale: #6B6B6B. Windows color (decimal): -7844920 or 13126536. OLE color: 13126536.
HSL color Cylindrical-coordinate representation of color #884BC8: hue angle of 269.28º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884BC8 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 75 | 200 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.22 |
| HSL | 269.28º | 0.53% | 0.54% | - |
| HSV(B) | 269.28º | 0.63% | 0.78% | - |
| XYZ | 23.09 | 14.44 | 56.21 | - |
| YUV | 107.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 200 | 0.32 | 0.62 | 0 | 0.22 | 269.28 | 0.53 | 0.54 |
| Hex | 88 | 4B | C8 | 20 | 3E | 0 | 16 | 10D | 35 | 36 |
| Octal | 210 | 113 | 310 | 40 | 76 | 0 | 26 | 415 | 65 | 66 |
| Binary | 10001000 | 1001011 | 11001000 | 100000 | 111110 | 0 | 10110 | 100001101 | 110101 | 110110 |
Color Harmonies of #884BC8
Complementary color
Monochromatic Colors of #884BC8
Black with #884BC8
Text Example
Text Example
White with #884BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BC8; }
p { color: rgb(136,75,200); }
H1.HeaderClassName
{
color: #884BC8;
}
.AnyTagClassName
{
color: #884BC8;
}
</style>
background-color css
<style>
a { background-color: #884BC8; }
a { background-color: rgb(136,75,200); }
div.DivClassName
{
background-color: #884BC8;
}
.BgClassName
{
background-color: #884BC8;
}
</style>
border-color css
<style>
span { border-color: #884BC8; }
span { border-color: rgb(136,75,200); }
td.TdClassName
{
border-color: #884BC8;
}
.TagClassName
{
border-color: #884BC8;
}
</style>