Shades of Deep Lilac #8554BF
Tints of Deep Lilac #8554BF
RGB
CMYK
RGB Variations
Color information
#8554BF (or 0x8554BF) is known color: Deep Lilac. HEX triplet: 85, 54 and BF. RGB value is (133,84,191). Sum of RGB (Red+Green+Blue) = 133+84+191=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #8554BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554BF is #7AAB40. Grayscale: #6E6E6E. Windows color (decimal): -8039233 or 12539013. OLE color: 12539013.
HSL color Cylindrical-coordinate representation of color #8554BF: hue angle of 267.48º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8554BF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 84 | 191 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.25 |
| HSL | 267.48º | 0.46% | 0.54% | - |
| HSV(B) | 267.48º | 0.56% | 0.75% | - |
| XYZ | 22.25 | 15.09 | 51.03 | - |
| YUV | 110.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 191 | 0.30 | 0.56 | 0 | 0.25 | 267.48 | 0.46 | 0.54 |
| Hex | 85 | 54 | BF | 1E | 38 | 0 | 19 | 10B | 2E | 36 |
| Octal | 205 | 124 | 277 | 36 | 70 | 0 | 31 | 413 | 56 | 66 |
| Binary | 10000101 | 1010100 | 10111111 | 11110 | 111000 | 0 | 11001 | 100001011 | 101110 | 110110 |
Color Harmonies of #8554BF
Complementary color
Monochromatic Colors of #8554BF
Black with #8554BF
Text Example
Text Example
White with #8554BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8554BF; }
p { color: rgb(133,84,191); }
H1.HeaderClassName
{
color: #8554BF;
}
.AnyTagClassName
{
color: #8554BF;
}
</style>
background-color css
<style>
a { background-color: #8554BF; }
a { background-color: rgb(133,84,191); }
div.DivClassName
{
background-color: #8554BF;
}
.BgClassName
{
background-color: #8554BF;
}
</style>
border-color css
<style>
span { border-color: #8554BF; }
span { border-color: rgb(133,84,191); }
td.TdClassName
{
border-color: #8554BF;
}
.TagClassName
{
border-color: #8554BF;
}
</style>