Shades of Deep Lilac #8547BB
Tints of Deep Lilac #8547BB
RGB
CMYK
RGB Variations
Color information
#8547BB (or 0x8547BB) is known color: Deep Lilac. HEX triplet: 85, 47 and BB. RGB value is (133,71,187). Sum of RGB (Red+Green+Blue) = 133+71+187=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #8547BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8547BB is #7AB844. Grayscale: #666666. Windows color (decimal): -8042565 or 12273541. OLE color: 12273541.
HSL color Cylindrical-coordinate representation of color #8547BB: hue angle of 272.07º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8547BB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 71 | 187 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.27 |
| HSL | 272.07º | 0.46% | 0.51% | - |
| HSV(B) | 272.07º | 0.62% | 0.73% | - |
| XYZ | 20.9 | 13.08 | 48.44 | - |
| YUV | 102.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 187 | 0.29 | 0.62 | 0 | 0.27 | 272.07 | 0.46 | 0.51 |
| Hex | 85 | 47 | BB | 1D | 3E | 0 | 1B | 110 | 2E | 33 |
| Octal | 205 | 107 | 273 | 35 | 76 | 0 | 33 | 420 | 56 | 63 |
| Binary | 10000101 | 1000111 | 10111011 | 11101 | 111110 | 0 | 11011 | 100010000 | 101110 | 110011 |
Color Harmonies of #8547BB
Complementary color
Monochromatic Colors of #8547BB
Black with #8547BB
Text Example
Text Example
White with #8547BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8547BB; }
p { color: rgb(133,71,187); }
H1.HeaderClassName
{
color: #8547BB;
}
.AnyTagClassName
{
color: #8547BB;
}
</style>
background-color css
<style>
a { background-color: #8547BB; }
a { background-color: rgb(133,71,187); }
div.DivClassName
{
background-color: #8547BB;
}
.BgClassName
{
background-color: #8547BB;
}
</style>
border-color css
<style>
span { border-color: #8547BB; }
span { border-color: rgb(133,71,187); }
td.TdClassName
{
border-color: #8547BB;
}
.TagClassName
{
border-color: #8547BB;
}
</style>