Shades of Deep Lilac #8542BC
Tints of Deep Lilac #8542BC
RGB
CMYK
RGB Variations
Color information
#8542BC (or 0x8542BC) is known color: Deep Lilac. HEX triplet: 85, 42 and BC. RGB value is (133,66,188). Sum of RGB (Red+Green+Blue) = 133+66+188=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #8542BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8542BC is #7ABD43. Grayscale: #636363. Windows color (decimal): -8043844 or 12337797. OLE color: 12337797.
HSL color Cylindrical-coordinate representation of color #8542BC: hue angle of 272.95º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8542BC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 66 | 188 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.26 |
| HSL | 272.95º | 0.48% | 0.5% | - |
| HSV(B) | 272.95º | 0.65% | 0.74% | - |
| XYZ | 20.7 | 12.51 | 48.9 | - |
| YUV | 99.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 188 | 0.29 | 0.65 | 0 | 0.26 | 272.95 | 0.48 | 0.5 |
| Hex | 85 | 42 | BC | 1D | 41 | 0 | 1A | 111 | 30 | 32 |
| Octal | 205 | 102 | 274 | 35 | 101 | 0 | 32 | 421 | 60 | 62 |
| Binary | 10000101 | 1000010 | 10111100 | 11101 | 1000001 | 0 | 11010 | 100010001 | 110000 | 110010 |
Color Harmonies of #8542BC
Complementary color
Monochromatic Colors of #8542BC
Black with #8542BC
Text Example
Text Example
White with #8542BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542BC; }
p { color: rgb(133,66,188); }
H1.HeaderClassName
{
color: #8542BC;
}
.AnyTagClassName
{
color: #8542BC;
}
</style>
background-color css
<style>
a { background-color: #8542BC; }
a { background-color: rgb(133,66,188); }
div.DivClassName
{
background-color: #8542BC;
}
.BgClassName
{
background-color: #8542BC;
}
</style>
border-color css
<style>
span { border-color: #8542BC; }
span { border-color: rgb(133,66,188); }
td.TdClassName
{
border-color: #8542BC;
}
.TagClassName
{
border-color: #8542BC;
}
</style>