Shades of Deep Lilac #8541BB
Tints of Deep Lilac #8541BB
RGB
CMYK
RGB Variations
Color information
#8541BB (or 0x8541BB) is known color: Deep Lilac. HEX triplet: 85, 41 and BB. RGB value is (133,65,187). Sum of RGB (Red+Green+Blue) = 133+65+187=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #8541BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8541BB is #7ABE44. Grayscale: #626262. Windows color (decimal): -8044101 or 12272005. OLE color: 12272005.
HSL color Cylindrical-coordinate representation of color #8541BB: hue angle of 273.44º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8541BB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 65 | 187 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.27 |
| HSL | 273.44º | 0.48% | 0.49% | - |
| HSV(B) | 273.44º | 0.65% | 0.73% | - |
| XYZ | 20.53 | 12.36 | 48.32 | - |
| YUV | 99.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 187 | 0.29 | 0.65 | 0 | 0.27 | 273.44 | 0.48 | 0.49 |
| Hex | 85 | 41 | BB | 1D | 41 | 0 | 1B | 111 | 30 | 31 |
| Octal | 205 | 101 | 273 | 35 | 101 | 0 | 33 | 421 | 60 | 61 |
| Binary | 10000101 | 1000001 | 10111011 | 11101 | 1000001 | 0 | 11011 | 100010001 | 110000 | 110001 |
Color Harmonies of #8541BB
Complementary color
Monochromatic Colors of #8541BB
Black with #8541BB
Text Example
Text Example
White with #8541BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541BB; }
p { color: rgb(133,65,187); }
H1.HeaderClassName
{
color: #8541BB;
}
.AnyTagClassName
{
color: #8541BB;
}
</style>
background-color css
<style>
a { background-color: #8541BB; }
a { background-color: rgb(133,65,187); }
div.DivClassName
{
background-color: #8541BB;
}
.BgClassName
{
background-color: #8541BB;
}
</style>
border-color css
<style>
span { border-color: #8541BB; }
span { border-color: rgb(133,65,187); }
td.TdClassName
{
border-color: #8541BB;
}
.TagClassName
{
border-color: #8541BB;
}
</style>