Shades of Deep Lilac #8546BF
Tints of Deep Lilac #8546BF
RGB
CMYK
RGB Variations
Color information
#8546BF (or 0x8546BF) is known color: Deep Lilac. HEX triplet: 85, 46 and BF. RGB value is (133,70,191). Sum of RGB (Red+Green+Blue) = 133+70+191=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #8546BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8546BF is #7AB940. Grayscale: #666666. Windows color (decimal): -8042817 or 12535429. OLE color: 12535429.
HSL color Cylindrical-coordinate representation of color #8546BF: hue angle of 271.24º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8546BF is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 70 | 191 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.25 |
| HSL | 271.24º | 0.49% | 0.51% | - |
| HSV(B) | 271.24º | 0.63% | 0.75% | - |
| XYZ | 21.27 | 13.13 | 50.7 | - |
| YUV | 102.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 191 | 0.30 | 0.63 | 0 | 0.25 | 271.24 | 0.49 | 0.51 |
| Hex | 85 | 46 | BF | 1E | 3F | 0 | 19 | 10F | 31 | 33 |
| Octal | 205 | 106 | 277 | 36 | 77 | 0 | 31 | 417 | 61 | 63 |
| Binary | 10000101 | 1000110 | 10111111 | 11110 | 111111 | 0 | 11001 | 100001111 | 110001 | 110011 |
Color Harmonies of #8546BF
Complementary color
Monochromatic Colors of #8546BF
Black with #8546BF
Text Example
Text Example
White with #8546BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8546BF; }
p { color: rgb(133,70,191); }
H1.HeaderClassName
{
color: #8546BF;
}
.AnyTagClassName
{
color: #8546BF;
}
</style>
background-color css
<style>
a { background-color: #8546BF; }
a { background-color: rgb(133,70,191); }
div.DivClassName
{
background-color: #8546BF;
}
.BgClassName
{
background-color: #8546BF;
}
</style>
border-color css
<style>
span { border-color: #8546BF; }
span { border-color: rgb(133,70,191); }
td.TdClassName
{
border-color: #8546BF;
}
.TagClassName
{
border-color: #8546BF;
}
</style>