Shades of Deep Lilac #8543BC
Tints of Deep Lilac #8543BC
RGB
CMYK
RGB Variations
Color information
#8543BC (or 0x8543BC) is known color: Deep Lilac. HEX triplet: 85, 43 and BC. RGB value is (133,67,188). Sum of RGB (Red+Green+Blue) = 133+67+188=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #8543BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8543BC is #7ABC43. Grayscale: #646464. Windows color (decimal): -8043588 or 12338053. OLE color: 12338053.
HSL color Cylindrical-coordinate representation of color #8543BC: hue angle of 272.73º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8543BC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 67 | 188 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.26 |
| HSL | 272.73º | 0.47% | 0.5% | - |
| HSV(B) | 272.73º | 0.64% | 0.74% | - |
| XYZ | 20.76 | 12.63 | 48.92 | - |
| YUV | 100.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 188 | 0.29 | 0.64 | 0 | 0.26 | 272.73 | 0.47 | 0.5 |
| Hex | 85 | 43 | BC | 1D | 40 | 0 | 1A | 111 | 2F | 32 |
| Octal | 205 | 103 | 274 | 35 | 100 | 0 | 32 | 421 | 57 | 62 |
| Binary | 10000101 | 1000011 | 10111100 | 11101 | 1000000 | 0 | 11010 | 100010001 | 101111 | 110010 |
Color Harmonies of #8543BC
Complementary color
Monochromatic Colors of #8543BC
Black with #8543BC
Text Example
Text Example
White with #8543BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8543BC; }
p { color: rgb(133,67,188); }
H1.HeaderClassName
{
color: #8543BC;
}
.AnyTagClassName
{
color: #8543BC;
}
</style>
background-color css
<style>
a { background-color: #8543BC; }
a { background-color: rgb(133,67,188); }
div.DivClassName
{
background-color: #8543BC;
}
.BgClassName
{
background-color: #8543BC;
}
</style>
border-color css
<style>
span { border-color: #8543BC; }
span { border-color: rgb(133,67,188); }
td.TdClassName
{
border-color: #8543BC;
}
.TagClassName
{
border-color: #8543BC;
}
</style>