Shades of Deep Lilac #8548B9
Tints of Deep Lilac #8548B9
RGB
CMYK
RGB Variations
Color information
#8548B9 (or 0x8548B9) is known color: Deep Lilac. HEX triplet: 85, 48 and B9. RGB value is (133,72,185). Sum of RGB (Red+Green+Blue) = 133+72+185=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #8548B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8548B9 is #7AB746. Grayscale: #666666. Windows color (decimal): -8042311 or 12142725. OLE color: 12142725.
HSL color Cylindrical-coordinate representation of color #8548B9: hue angle of 272.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8548B9 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 72 | 185 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.27 |
| HSL | 272.39º | 0.45% | 0.5% | - |
| HSV(B) | 272.39º | 0.61% | 0.73% | - |
| XYZ | 20.75 | 13.12 | 47.34 | - |
| YUV | 103.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 185 | 0.28 | 0.61 | 0 | 0.27 | 272.39 | 0.45 | 0.5 |
| Hex | 85 | 48 | B9 | 1C | 3D | 0 | 1B | 110 | 2D | 32 |
| Octal | 205 | 110 | 271 | 34 | 75 | 0 | 33 | 420 | 55 | 62 |
| Binary | 10000101 | 1001000 | 10111001 | 11100 | 111101 | 0 | 11011 | 100010000 | 101101 | 110010 |
Color Harmonies of #8548B9
Complementary color
Monochromatic Colors of #8548B9
Black with #8548B9
Text Example
Text Example
White with #8548B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548B9; }
p { color: rgb(133,72,185); }
H1.HeaderClassName
{
color: #8548B9;
}
.AnyTagClassName
{
color: #8548B9;
}
</style>
background-color css
<style>
a { background-color: #8548B9; }
a { background-color: rgb(133,72,185); }
div.DivClassName
{
background-color: #8548B9;
}
.BgClassName
{
background-color: #8548B9;
}
</style>
border-color css
<style>
span { border-color: #8548B9; }
span { border-color: rgb(133,72,185); }
td.TdClassName
{
border-color: #8548B9;
}
.TagClassName
{
border-color: #8548B9;
}
</style>