Shades of Deep Lilac #8545B8
Tints of Deep Lilac #8545B8
RGB
CMYK
RGB Variations
Color information
#8545B8 (or 0x8545B8) is known color: Deep Lilac. HEX triplet: 85, 45 and B8. RGB value is (133,69,184). Sum of RGB (Red+Green+Blue) = 133+69+184=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #8545B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8545B8 is #7ABA47. Grayscale: #646464. Windows color (decimal): -8043080 or 12076421. OLE color: 12076421.
HSL color Cylindrical-coordinate representation of color #8545B8: hue angle of 273.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8545B8 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 69 | 184 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.28 |
| HSL | 273.39º | 0.45% | 0.5% | - |
| HSV(B) | 273.39º | 0.63% | 0.72% | - |
| XYZ | 20.45 | 12.7 | 46.72 | - |
| YUV | 101.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 184 | 0.28 | 0.62 | 0 | 0.28 | 273.39 | 0.45 | 0.5 |
| Hex | 85 | 45 | B8 | 1C | 3E | 0 | 1C | 111 | 2D | 32 |
| Octal | 205 | 105 | 270 | 34 | 76 | 0 | 34 | 421 | 55 | 62 |
| Binary | 10000101 | 1000101 | 10111000 | 11100 | 111110 | 0 | 11100 | 100010001 | 101101 | 110010 |
Color Harmonies of #8545B8
Complementary color
Monochromatic Colors of #8545B8
Black with #8545B8
Text Example
Text Example
White with #8545B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8545B8; }
p { color: rgb(133,69,184); }
H1.HeaderClassName
{
color: #8545B8;
}
.AnyTagClassName
{
color: #8545B8;
}
</style>
background-color css
<style>
a { background-color: #8545B8; }
a { background-color: rgb(133,69,184); }
div.DivClassName
{
background-color: #8545B8;
}
.BgClassName
{
background-color: #8545B8;
}
</style>
border-color css
<style>
span { border-color: #8545B8; }
span { border-color: rgb(133,69,184); }
td.TdClassName
{
border-color: #8545B8;
}
.TagClassName
{
border-color: #8545B8;
}
</style>