Shades of Deep Lilac #884DC4
Tints of Deep Lilac #884DC4
RGB
CMYK
RGB Variations
Color information
#884DC4 (or 0x884DC4) is known color: Deep Lilac. HEX triplet: 88, 4D and C4. RGB value is (136,77,196). Sum of RGB (Red+Green+Blue) = 136+77+196=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #884DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DC4 is #77B23B. Grayscale: #6B6B6B. Windows color (decimal): -7844412 or 12864904. OLE color: 12864904.
HSL color Cylindrical-coordinate representation of color #884DC4: hue angle of 269.75º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884DC4 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 77 | 196 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.23 |
| HSL | 269.75º | 0.5% | 0.54% | - |
| HSV(B) | 269.75º | 0.61% | 0.77% | - |
| XYZ | 22.77 | 14.53 | 53.83 | - |
| YUV | 108.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 196 | 0.31 | 0.61 | 0 | 0.23 | 269.75 | 0.5 | 0.54 |
| Hex | 88 | 4D | C4 | 1F | 3D | 0 | 17 | 10E | 32 | 36 |
| Octal | 210 | 115 | 304 | 37 | 75 | 0 | 27 | 416 | 62 | 66 |
| Binary | 10001000 | 1001101 | 11000100 | 11111 | 111101 | 0 | 10111 | 100001110 | 110010 | 110110 |
Color Harmonies of #884DC4
Complementary color
Monochromatic Colors of #884DC4
Black with #884DC4
Text Example
Text Example
White with #884DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DC4; }
p { color: rgb(136,77,196); }
H1.HeaderClassName
{
color: #884DC4;
}
.AnyTagClassName
{
color: #884DC4;
}
</style>
background-color css
<style>
a { background-color: #884DC4; }
a { background-color: rgb(136,77,196); }
div.DivClassName
{
background-color: #884DC4;
}
.BgClassName
{
background-color: #884DC4;
}
</style>
border-color css
<style>
span { border-color: #884DC4; }
span { border-color: rgb(136,77,196); }
td.TdClassName
{
border-color: #884DC4;
}
.TagClassName
{
border-color: #884DC4;
}
</style>