Shades of Deep Lilac #8854BC
Tints of Deep Lilac #8854BC
RGB
CMYK
RGB Variations
Color information
#8854BC (or 0x8854BC) is known color: Deep Lilac. HEX triplet: 88, 54 and BC. RGB value is (136,84,188). Sum of RGB (Red+Green+Blue) = 136+84+188=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #8854BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8854BC is #77AB43. Grayscale: #6F6F6F. Windows color (decimal): -7842628 or 12342408. OLE color: 12342408.
HSL color Cylindrical-coordinate representation of color #8854BC: hue angle of 270º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8854BC is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 84 | 188 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.26 |
| HSL | 270º | 0.44% | 0.53% | - |
| HSV(B) | 270º | 0.55% | 0.74% | - |
| XYZ | 22.4 | 15.21 | 49.33 | - |
| YUV | 111.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 188 | 0.28 | 0.55 | 0 | 0.26 | 270 | 0.44 | 0.53 |
| Hex | 88 | 54 | BC | 1C | 37 | 0 | 1A | 10E | 2C | 35 |
| Octal | 210 | 124 | 274 | 34 | 67 | 0 | 32 | 416 | 54 | 65 |
| Binary | 10001000 | 1010100 | 10111100 | 11100 | 110111 | 0 | 11010 | 100001110 | 101100 | 110101 |
Color Harmonies of #8854BC
Complementary color
Monochromatic Colors of #8854BC
Black with #8854BC
Text Example
Text Example
White with #8854BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8854BC; }
p { color: rgb(136,84,188); }
H1.HeaderClassName
{
color: #8854BC;
}
.AnyTagClassName
{
color: #8854BC;
}
</style>
background-color css
<style>
a { background-color: #8854BC; }
a { background-color: rgb(136,84,188); }
div.DivClassName
{
background-color: #8854BC;
}
.BgClassName
{
background-color: #8854BC;
}
</style>
border-color css
<style>
span { border-color: #8854BC; }
span { border-color: rgb(136,84,188); }
td.TdClassName
{
border-color: #8854BC;
}
.TagClassName
{
border-color: #8854BC;
}
</style>