Shades of Deep Lilac #884BCB
Tints of Deep Lilac #884BCB
RGB
CMYK
RGB Variations
Color information
#884BCB (or 0x884BCB) is known color: Deep Lilac. HEX triplet: 88, 4B and CB. RGB value is (136,75,203). Sum of RGB (Red+Green+Blue) = 136+75+203=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #884BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BCB is #77B434. Grayscale: #6B6B6B. Windows color (decimal): -7844917 or 13323144. OLE color: 13323144.
HSL color Cylindrical-coordinate representation of color #884BCB: hue angle of 268.59º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884BCB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 75 | 203 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.20 |
| HSL | 268.59º | 0.55% | 0.55% | - |
| HSV(B) | 268.59º | 0.63% | 0.8% | - |
| XYZ | 23.45 | 14.58 | 58.08 | - |
| YUV | 107.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 203 | 0.33 | 0.63 | 0 | 0.20 | 268.59 | 0.55 | 0.55 |
| Hex | 88 | 4B | CB | 21 | 3F | 0 | 14 | 10D | 37 | 37 |
| Octal | 210 | 113 | 313 | 41 | 77 | 0 | 24 | 415 | 67 | 67 |
| Binary | 10001000 | 1001011 | 11001011 | 100001 | 111111 | 0 | 10100 | 100001101 | 110111 | 110111 |
Color Harmonies of #884BCB
Complementary color
Monochromatic Colors of #884BCB
Black with #884BCB
Text Example
Text Example
White with #884BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BCB; }
p { color: rgb(136,75,203); }
H1.HeaderClassName
{
color: #884BCB;
}
.AnyTagClassName
{
color: #884BCB;
}
</style>
background-color css
<style>
a { background-color: #884BCB; }
a { background-color: rgb(136,75,203); }
div.DivClassName
{
background-color: #884BCB;
}
.BgClassName
{
background-color: #884BCB;
}
</style>
border-color css
<style>
span { border-color: #884BCB; }
span { border-color: rgb(136,75,203); }
td.TdClassName
{
border-color: #884BCB;
}
.TagClassName
{
border-color: #884BCB;
}
</style>