Shades of Deep Lilac #8554BD
Tints of Deep Lilac #8554BD
RGB
CMYK
RGB Variations
Color information
#8554BD (or 0x8554BD) is known color: Deep Lilac. HEX triplet: 85, 54 and BD. RGB value is (133,84,189). Sum of RGB (Red+Green+Blue) = 133+84+189=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #8554BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554BD is #7AAB42. Grayscale: #6E6E6E. Windows color (decimal): -8039235 or 12407941. OLE color: 12407941.
HSL color Cylindrical-coordinate representation of color #8554BD: hue angle of 268º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8554BD is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 84 | 189 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.26 |
| HSL | 268º | 0.44% | 0.54% | - |
| HSV(B) | 268º | 0.56% | 0.74% | - |
| XYZ | 22.03 | 15 | 49.88 | - |
| YUV | 110.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 189 | 0.30 | 0.56 | 0 | 0.26 | 268 | 0.44 | 0.54 |
| Hex | 85 | 54 | BD | 1E | 38 | 0 | 1A | 10C | 2C | 36 |
| Octal | 205 | 124 | 275 | 36 | 70 | 0 | 32 | 414 | 54 | 66 |
| Binary | 10000101 | 1010100 | 10111101 | 11110 | 111000 | 0 | 11010 | 100001100 | 101100 | 110110 |
Color Harmonies of #8554BD
Complementary color
Monochromatic Colors of #8554BD
Black with #8554BD
Text Example
Text Example
White with #8554BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8554BD; }
p { color: rgb(133,84,189); }
H1.HeaderClassName
{
color: #8554BD;
}
.AnyTagClassName
{
color: #8554BD;
}
</style>
background-color css
<style>
a { background-color: #8554BD; }
a { background-color: rgb(133,84,189); }
div.DivClassName
{
background-color: #8554BD;
}
.BgClassName
{
background-color: #8554BD;
}
</style>
border-color css
<style>
span { border-color: #8554BD; }
span { border-color: rgb(133,84,189); }
td.TdClassName
{
border-color: #8554BD;
}
.TagClassName
{
border-color: #8554BD;
}
</style>