Shades of Deep Lilac #8855BD
Tints of Deep Lilac #8855BD
RGB
CMYK
RGB Variations
Color information
#8855BD (or 0x8855BD) is known color: Deep Lilac. HEX triplet: 88, 55 and BD. RGB value is (136,85,189). Sum of RGB (Red+Green+Blue) = 136+85+189=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #8855BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855BD is #77AA42. Grayscale: #6F6F6F. Windows color (decimal): -7842371 or 12408200. OLE color: 12408200.
HSL color Cylindrical-coordinate representation of color #8855BD: hue angle of 269.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8855BD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 85 | 189 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.26 |
| HSL | 269.42º | 0.44% | 0.54% | - |
| HSV(B) | 269.42º | 0.55% | 0.74% | - |
| XYZ | 22.59 | 15.41 | 49.93 | - |
| YUV | 112.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 189 | 0.28 | 0.55 | 0 | 0.26 | 269.42 | 0.44 | 0.54 |
| Hex | 88 | 55 | BD | 1C | 37 | 0 | 1A | 10D | 2C | 36 |
| Octal | 210 | 125 | 275 | 34 | 67 | 0 | 32 | 415 | 54 | 66 |
| Binary | 10001000 | 1010101 | 10111101 | 11100 | 110111 | 0 | 11010 | 100001101 | 101100 | 110110 |
Color Harmonies of #8855BD
Complementary color
Monochromatic Colors of #8855BD
Black with #8855BD
Text Example
Text Example
White with #8855BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8855BD; }
p { color: rgb(136,85,189); }
H1.HeaderClassName
{
color: #8855BD;
}
.AnyTagClassName
{
color: #8855BD;
}
</style>
background-color css
<style>
a { background-color: #8855BD; }
a { background-color: rgb(136,85,189); }
div.DivClassName
{
background-color: #8855BD;
}
.BgClassName
{
background-color: #8855BD;
}
</style>
border-color css
<style>
span { border-color: #8855BD; }
span { border-color: rgb(136,85,189); }
td.TdClassName
{
border-color: #8855BD;
}
.TagClassName
{
border-color: #8855BD;
}
</style>