Shades of Deep Lilac #8540BA
Tints of Deep Lilac #8540BA
RGB
CMYK
RGB Variations
Color information
#8540BA (or 0x8540BA) is known color: Deep Lilac. HEX triplet: 85, 40 and BA. RGB value is (133,64,186). Sum of RGB (Red+Green+Blue) = 133+64+186=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #8540BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8540BA is #7ABF45. Grayscale: #626262. Windows color (decimal): -8044358 or 12206213. OLE color: 12206213.
HSL color Cylindrical-coordinate representation of color #8540BA: hue angle of 273.93º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8540BA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 64 | 186 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.27 |
| HSL | 273.93º | 0.49% | 0.49% | - |
| HSV(B) | 273.93º | 0.66% | 0.73% | - |
| XYZ | 20.37 | 12.2 | 47.74 | - |
| YUV | 98.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 186 | 0.28 | 0.66 | 0 | 0.27 | 273.93 | 0.49 | 0.49 |
| Hex | 85 | 40 | BA | 1C | 42 | 0 | 1B | 112 | 31 | 31 |
| Octal | 205 | 100 | 272 | 34 | 102 | 0 | 33 | 422 | 61 | 61 |
| Binary | 10000101 | 1000000 | 10111010 | 11100 | 1000010 | 0 | 11011 | 100010010 | 110001 | 110001 |
Color Harmonies of #8540BA
Complementary color
Monochromatic Colors of #8540BA
Black with #8540BA
Text Example
Text Example
White with #8540BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8540BA; }
p { color: rgb(133,64,186); }
H1.HeaderClassName
{
color: #8540BA;
}
.AnyTagClassName
{
color: #8540BA;
}
</style>
background-color css
<style>
a { background-color: #8540BA; }
a { background-color: rgb(133,64,186); }
div.DivClassName
{
background-color: #8540BA;
}
.BgClassName
{
background-color: #8540BA;
}
</style>
border-color css
<style>
span { border-color: #8540BA; }
span { border-color: rgb(133,64,186); }
td.TdClassName
{
border-color: #8540BA;
}
.TagClassName
{
border-color: #8540BA;
}
</style>