Shades of Deep Lilac #8844BD
Tints of Deep Lilac #8844BD
RGB
CMYK
RGB Variations
Color information
#8844BD (or 0x8844BD) is known color: Deep Lilac. HEX triplet: 88, 44 and BD. RGB value is (136,68,189). Sum of RGB (Red+Green+Blue) = 136+68+189=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #8844BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8844BD is #77BB42. Grayscale: #656565. Windows color (decimal): -7846723 or 12403848. OLE color: 12403848.
HSL color Cylindrical-coordinate representation of color #8844BD: hue angle of 273.72º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8844BD is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 68 | 189 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.26 |
| HSL | 273.72º | 0.48% | 0.5% | - |
| HSV(B) | 273.72º | 0.64% | 0.74% | - |
| XYZ | 21.41 | 13.04 | 49.53 | - |
| YUV | 102.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 189 | 0.28 | 0.64 | 0 | 0.26 | 273.72 | 0.48 | 0.5 |
| Hex | 88 | 44 | BD | 1C | 40 | 0 | 1A | 112 | 30 | 32 |
| Octal | 210 | 104 | 275 | 34 | 100 | 0 | 32 | 422 | 60 | 62 |
| Binary | 10001000 | 1000100 | 10111101 | 11100 | 1000000 | 0 | 11010 | 100010010 | 110000 | 110010 |
Color Harmonies of #8844BD
Complementary color
Monochromatic Colors of #8844BD
Black with #8844BD
Text Example
Text Example
White with #8844BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844BD; }
p { color: rgb(136,68,189); }
H1.HeaderClassName
{
color: #8844BD;
}
.AnyTagClassName
{
color: #8844BD;
}
</style>
background-color css
<style>
a { background-color: #8844BD; }
a { background-color: rgb(136,68,189); }
div.DivClassName
{
background-color: #8844BD;
}
.BgClassName
{
background-color: #8844BD;
}
</style>
border-color css
<style>
span { border-color: #8844BD; }
span { border-color: rgb(136,68,189); }
td.TdClassName
{
border-color: #8844BD;
}
.TagClassName
{
border-color: #8844BD;
}
</style>