Shades of Deep Lilac #884BC1
Tints of Deep Lilac #884BC1
RGB
CMYK
RGB Variations
Color information
#884BC1 (or 0x884BC1) is known color: Deep Lilac. HEX triplet: 88, 4B and C1. RGB value is (136,75,193). Sum of RGB (Red+Green+Blue) = 136+75+193=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #884BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BC1 is #77B43E. Grayscale: #6A6A6A. Windows color (decimal): -7844927 or 12667784. OLE color: 12667784.
HSL color Cylindrical-coordinate representation of color #884BC1: hue angle of 271.02º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884BC1 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 75 | 193 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.24 |
| HSL | 271.02º | 0.49% | 0.53% | - |
| HSV(B) | 271.02º | 0.61% | 0.76% | - |
| XYZ | 22.3 | 14.12 | 52 | - |
| YUV | 106.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 193 | 0.30 | 0.61 | 0 | 0.24 | 271.02 | 0.49 | 0.53 |
| Hex | 88 | 4B | C1 | 1E | 3D | 0 | 18 | 10F | 31 | 35 |
| Octal | 210 | 113 | 301 | 36 | 75 | 0 | 30 | 417 | 61 | 65 |
| Binary | 10001000 | 1001011 | 11000001 | 11110 | 111101 | 0 | 11000 | 100001111 | 110001 | 110101 |
Color Harmonies of #884BC1
Complementary color
Monochromatic Colors of #884BC1
Black with #884BC1
Text Example
Text Example
White with #884BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BC1; }
p { color: rgb(136,75,193); }
H1.HeaderClassName
{
color: #884BC1;
}
.AnyTagClassName
{
color: #884BC1;
}
</style>
background-color css
<style>
a { background-color: #884BC1; }
a { background-color: rgb(136,75,193); }
div.DivClassName
{
background-color: #884BC1;
}
.BgClassName
{
background-color: #884BC1;
}
</style>
border-color css
<style>
span { border-color: #884BC1; }
span { border-color: rgb(136,75,193); }
td.TdClassName
{
border-color: #884BC1;
}
.TagClassName
{
border-color: #884BC1;
}
</style>