Shades of Deep Lilac #884BC0
Tints of Deep Lilac #884BC0
RGB
CMYK
RGB Variations
Color information
#884BC0 (or 0x884BC0) is known color: Deep Lilac. HEX triplet: 88, 4B and C0. RGB value is (136,75,192). Sum of RGB (Red+Green+Blue) = 136+75+192=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #884BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BC0 is #77B43F. Grayscale: #6A6A6A. Windows color (decimal): -7844928 or 12602248. OLE color: 12602248.
HSL color Cylindrical-coordinate representation of color #884BC0: hue angle of 271.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884BC0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 75 | 192 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.25 |
| HSL | 271.28º | 0.48% | 0.52% | - |
| HSV(B) | 271.28º | 0.61% | 0.75% | - |
| XYZ | 22.18 | 14.07 | 51.42 | - |
| YUV | 106.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 192 | 0.29 | 0.61 | 0 | 0.25 | 271.28 | 0.48 | 0.52 |
| Hex | 88 | 4B | C0 | 1D | 3D | 0 | 19 | 10F | 30 | 34 |
| Octal | 210 | 113 | 300 | 35 | 75 | 0 | 31 | 417 | 60 | 64 |
| Binary | 10001000 | 1001011 | 11000000 | 11101 | 111101 | 0 | 11001 | 100001111 | 110000 | 110100 |
Color Harmonies of #884BC0
Complementary color
Monochromatic Colors of #884BC0
Black with #884BC0
Text Example
Text Example
White with #884BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BC0; }
p { color: rgb(136,75,192); }
H1.HeaderClassName
{
color: #884BC0;
}
.AnyTagClassName
{
color: #884BC0;
}
</style>
background-color css
<style>
a { background-color: #884BC0; }
a { background-color: rgb(136,75,192); }
div.DivClassName
{
background-color: #884BC0;
}
.BgClassName
{
background-color: #884BC0;
}
</style>
border-color css
<style>
span { border-color: #884BC0; }
span { border-color: rgb(136,75,192); }
td.TdClassName
{
border-color: #884BC0;
}
.TagClassName
{
border-color: #884BC0;
}
</style>