Shades of Deep Lilac #8545BC
Tints of Deep Lilac #8545BC
RGB
CMYK
RGB Variations
Color information
#8545BC (or 0x8545BC) is known color: Deep Lilac. HEX triplet: 85, 45 and BC. RGB value is (133,69,188). Sum of RGB (Red+Green+Blue) = 133+69+188=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #8545BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8545BC is #7ABA43. Grayscale: #656565. Windows color (decimal): -8043076 or 12338565. OLE color: 12338565.
HSL color Cylindrical-coordinate representation of color #8545BC: hue angle of 272.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8545BC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 69 | 188 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.26 |
| HSL | 272.27º | 0.47% | 0.5% | - |
| HSV(B) | 272.27º | 0.63% | 0.74% | - |
| XYZ | 20.88 | 12.87 | 48.96 | - |
| YUV | 101.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 188 | 0.29 | 0.63 | 0 | 0.26 | 272.27 | 0.47 | 0.5 |
| Hex | 85 | 45 | BC | 1D | 3F | 0 | 1A | 110 | 2F | 32 |
| Octal | 205 | 105 | 274 | 35 | 77 | 0 | 32 | 420 | 57 | 62 |
| Binary | 10000101 | 1000101 | 10111100 | 11101 | 111111 | 0 | 11010 | 100010000 | 101111 | 110010 |
Color Harmonies of #8545BC
Complementary color
Monochromatic Colors of #8545BC
Black with #8545BC
Text Example
Text Example
White with #8545BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8545BC; }
p { color: rgb(133,69,188); }
H1.HeaderClassName
{
color: #8545BC;
}
.AnyTagClassName
{
color: #8545BC;
}
</style>
background-color css
<style>
a { background-color: #8545BC; }
a { background-color: rgb(133,69,188); }
div.DivClassName
{
background-color: #8545BC;
}
.BgClassName
{
background-color: #8545BC;
}
</style>
border-color css
<style>
span { border-color: #8545BC; }
span { border-color: rgb(133,69,188); }
td.TdClassName
{
border-color: #8545BC;
}
.TagClassName
{
border-color: #8545BC;
}
</style>