Shades of Deep Lilac #8546BC
Tints of Deep Lilac #8546BC
RGB
CMYK
RGB Variations
Color information
#8546BC (or 0x8546BC) is known color: Deep Lilac. HEX triplet: 85, 46 and BC. RGB value is (133,70,188). Sum of RGB (Red+Green+Blue) = 133+70+188=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #8546BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8546BC is #7AB943. Grayscale: #656565. Windows color (decimal): -8042820 or 12338821. OLE color: 12338821.
HSL color Cylindrical-coordinate representation of color #8546BC: hue angle of 272.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8546BC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 70 | 188 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.26 |
| HSL | 272.03º | 0.47% | 0.51% | - |
| HSV(B) | 272.03º | 0.63% | 0.74% | - |
| XYZ | 20.94 | 13 | 48.98 | - |
| YUV | 102.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 188 | 0.29 | 0.63 | 0 | 0.26 | 272.03 | 0.47 | 0.51 |
| Hex | 85 | 46 | BC | 1D | 3F | 0 | 1A | 110 | 2F | 33 |
| Octal | 205 | 106 | 274 | 35 | 77 | 0 | 32 | 420 | 57 | 63 |
| Binary | 10000101 | 1000110 | 10111100 | 11101 | 111111 | 0 | 11010 | 100010000 | 101111 | 110011 |
Color Harmonies of #8546BC
Complementary color
Monochromatic Colors of #8546BC
Black with #8546BC
Text Example
Text Example
White with #8546BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8546BC; }
p { color: rgb(133,70,188); }
H1.HeaderClassName
{
color: #8546BC;
}
.AnyTagClassName
{
color: #8546BC;
}
</style>
background-color css
<style>
a { background-color: #8546BC; }
a { background-color: rgb(133,70,188); }
div.DivClassName
{
background-color: #8546BC;
}
.BgClassName
{
background-color: #8546BC;
}
</style>
border-color css
<style>
span { border-color: #8546BC; }
span { border-color: rgb(133,70,188); }
td.TdClassName
{
border-color: #8546BC;
}
.TagClassName
{
border-color: #8546BC;
}
</style>