Shades of Deep Lilac #8542BA
Tints of Deep Lilac #8542BA
RGB
CMYK
RGB Variations
Color information
#8542BA (or 0x8542BA) is known color: Deep Lilac. HEX triplet: 85, 42 and BA. RGB value is (133,66,186). Sum of RGB (Red+Green+Blue) = 133+66+186=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #8542BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8542BA is #7ABD45. Grayscale: #636363. Windows color (decimal): -8043846 or 12206725. OLE color: 12206725.
HSL color Cylindrical-coordinate representation of color #8542BA: hue angle of 273.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8542BA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 66 | 186 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.27 |
| HSL | 273.5º | 0.48% | 0.49% | - |
| HSV(B) | 273.5º | 0.65% | 0.73% | - |
| XYZ | 20.48 | 12.43 | 47.77 | - |
| YUV | 99.71 | 176.7 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 186 | 0.28 | 0.65 | 0 | 0.27 | 273.5 | 0.48 | 0.49 |
| Hex | 85 | 42 | BA | 1C | 41 | 0 | 1B | 112 | 30 | 31 |
| Octal | 205 | 102 | 272 | 34 | 101 | 0 | 33 | 422 | 60 | 61 |
| Binary | 10000101 | 1000010 | 10111010 | 11100 | 1000001 | 0 | 11011 | 100010010 | 110000 | 110001 |
Color Harmonies of #8542BA
Complementary color
Monochromatic Colors of #8542BA
Black with #8542BA
Text Example
Text Example
White with #8542BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542BA; }
p { color: rgb(133,66,186); }
H1.HeaderClassName
{
color: #8542BA;
}
.AnyTagClassName
{
color: #8542BA;
}
</style>
background-color css
<style>
a { background-color: #8542BA; }
a { background-color: rgb(133,66,186); }
div.DivClassName
{
background-color: #8542BA;
}
.BgClassName
{
background-color: #8542BA;
}
</style>
border-color css
<style>
span { border-color: #8542BA; }
span { border-color: rgb(133,66,186); }
td.TdClassName
{
border-color: #8542BA;
}
.TagClassName
{
border-color: #8542BA;
}
</style>