Shades of Deep Lilac #884DCB
Tints of Deep Lilac #884DCB
RGB
CMYK
RGB Variations
Color information
#884DCB (or 0x884DCB) is known color: Deep Lilac. HEX triplet: 88, 4D and CB. RGB value is (136,77,203). Sum of RGB (Red+Green+Blue) = 136+77+203=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #884DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DCB is #77B234. Grayscale: #6C6C6C. Windows color (decimal): -7844405 or 13323656. OLE color: 13323656.
HSL color Cylindrical-coordinate representation of color #884DCB: hue angle of 268.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884DCB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 77 | 203 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.20 |
| HSL | 268.1º | 0.55% | 0.55% | - |
| HSV(B) | 268.1º | 0.62% | 0.8% | - |
| XYZ | 23.59 | 14.85 | 58.12 | - |
| YUV | 109.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 203 | 0.33 | 0.62 | 0 | 0.20 | 268.1 | 0.55 | 0.55 |
| Hex | 88 | 4D | CB | 21 | 3E | 0 | 14 | 10C | 37 | 37 |
| Octal | 210 | 115 | 313 | 41 | 76 | 0 | 24 | 414 | 67 | 67 |
| Binary | 10001000 | 1001101 | 11001011 | 100001 | 111110 | 0 | 10100 | 100001100 | 110111 | 110111 |
Color Harmonies of #884DCB
Complementary color
Monochromatic Colors of #884DCB
Black with #884DCB
Text Example
Text Example
White with #884DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DCB; }
p { color: rgb(136,77,203); }
H1.HeaderClassName
{
color: #884DCB;
}
.AnyTagClassName
{
color: #884DCB;
}
</style>
background-color css
<style>
a { background-color: #884DCB; }
a { background-color: rgb(136,77,203); }
div.DivClassName
{
background-color: #884DCB;
}
.BgClassName
{
background-color: #884DCB;
}
</style>
border-color css
<style>
span { border-color: #884DCB; }
span { border-color: rgb(136,77,203); }
td.TdClassName
{
border-color: #884DCB;
}
.TagClassName
{
border-color: #884DCB;
}
</style>