Shades of Deep Lilac #8547CA
Tints of Deep Lilac #8547CA
RGB
CMYK
RGB Variations
Color information
#8547CA (or 0x8547CA) is known color: Deep Lilac. HEX triplet: 85, 47 and CA. RGB value is (133,71,202). Sum of RGB (Red+Green+Blue) = 133+71+202=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #8547CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8547CA is #7AB835. Grayscale: #686868. Windows color (decimal): -8042550 or 13256581. OLE color: 13256581.
HSL color Cylindrical-coordinate representation of color #8547CA: hue angle of 268.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8547CA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 71 | 202 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.21 |
| HSL | 268.4º | 0.55% | 0.54% | - |
| HSV(B) | 268.4º | 0.65% | 0.79% | - |
| XYZ | 22.59 | 13.76 | 57.34 | - |
| YUV | 104.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 202 | 0.34 | 0.65 | 0 | 0.21 | 268.4 | 0.55 | 0.54 |
| Hex | 85 | 47 | CA | 22 | 41 | 0 | 15 | 10C | 37 | 36 |
| Octal | 205 | 107 | 312 | 42 | 101 | 0 | 25 | 414 | 67 | 66 |
| Binary | 10000101 | 1000111 | 11001010 | 100010 | 1000001 | 0 | 10101 | 100001100 | 110111 | 110110 |
Color Harmonies of #8547CA
Complementary color
Monochromatic Colors of #8547CA
Black with #8547CA
Text Example
Text Example
White with #8547CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8547CA; }
p { color: rgb(133,71,202); }
H1.HeaderClassName
{
color: #8547CA;
}
.AnyTagClassName
{
color: #8547CA;
}
</style>
background-color css
<style>
a { background-color: #8547CA; }
a { background-color: rgb(133,71,202); }
div.DivClassName
{
background-color: #8547CA;
}
.BgClassName
{
background-color: #8547CA;
}
</style>
border-color css
<style>
span { border-color: #8547CA; }
span { border-color: rgb(133,71,202); }
td.TdClassName
{
border-color: #8547CA;
}
.TagClassName
{
border-color: #8547CA;
}
</style>