Shades of Deep Lilac #8548BB
Tints of Deep Lilac #8548BB
RGB
CMYK
RGB Variations
Color information
#8548BB (or 0x8548BB) is known color: Deep Lilac. HEX triplet: 85, 48 and BB. RGB value is (133,72,187). Sum of RGB (Red+Green+Blue) = 133+72+187=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #8548BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8548BB is #7AB744. Grayscale: #666666. Windows color (decimal): -8042309 or 12273797. OLE color: 12273797.
HSL color Cylindrical-coordinate representation of color #8548BB: hue angle of 271.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8548BB is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 72 | 187 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.27 |
| HSL | 271.83º | 0.46% | 0.51% | - |
| HSV(B) | 271.83º | 0.61% | 0.73% | - |
| XYZ | 20.96 | 13.21 | 48.46 | - |
| YUV | 103.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 187 | 0.29 | 0.61 | 0 | 0.27 | 271.83 | 0.46 | 0.51 |
| Hex | 85 | 48 | BB | 1D | 3D | 0 | 1B | 110 | 2E | 33 |
| Octal | 205 | 110 | 273 | 35 | 75 | 0 | 33 | 420 | 56 | 63 |
| Binary | 10000101 | 1001000 | 10111011 | 11101 | 111101 | 0 | 11011 | 100010000 | 101110 | 110011 |
Color Harmonies of #8548BB
Complementary color
Monochromatic Colors of #8548BB
Black with #8548BB
Text Example
Text Example
White with #8548BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548BB; }
p { color: rgb(133,72,187); }
H1.HeaderClassName
{
color: #8548BB;
}
.AnyTagClassName
{
color: #8548BB;
}
</style>
background-color css
<style>
a { background-color: #8548BB; }
a { background-color: rgb(133,72,187); }
div.DivClassName
{
background-color: #8548BB;
}
.BgClassName
{
background-color: #8548BB;
}
</style>
border-color css
<style>
span { border-color: #8548BB; }
span { border-color: rgb(133,72,187); }
td.TdClassName
{
border-color: #8548BB;
}
.TagClassName
{
border-color: #8548BB;
}
</style>