Shades of Deep Lilac #8544BB
Tints of Deep Lilac #8544BB
RGB
CMYK
RGB Variations
Color information
#8544BB (or 0x8544BB) is known color: Deep Lilac. HEX triplet: 85, 44 and BB. RGB value is (133,68,187). Sum of RGB (Red+Green+Blue) = 133+68+187=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #8544BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8544BB is #7ABB44. Grayscale: #646464. Windows color (decimal): -8043333 or 12272773. OLE color: 12272773.
HSL color Cylindrical-coordinate representation of color #8544BB: hue angle of 272.77º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8544BB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 68 | 187 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.27 |
| HSL | 272.77º | 0.47% | 0.5% | - |
| HSV(B) | 272.77º | 0.64% | 0.73% | - |
| XYZ | 20.71 | 12.71 | 48.38 | - |
| YUV | 101 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 187 | 0.29 | 0.64 | 0 | 0.27 | 272.77 | 0.47 | 0.5 |
| Hex | 85 | 44 | BB | 1D | 40 | 0 | 1B | 111 | 2F | 32 |
| Octal | 205 | 104 | 273 | 35 | 100 | 0 | 33 | 421 | 57 | 62 |
| Binary | 10000101 | 1000100 | 10111011 | 11101 | 1000000 | 0 | 11011 | 100010001 | 101111 | 110010 |
Color Harmonies of #8544BB
Complementary color
Monochromatic Colors of #8544BB
Black with #8544BB
Text Example
Text Example
White with #8544BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8544BB; }
p { color: rgb(133,68,187); }
H1.HeaderClassName
{
color: #8544BB;
}
.AnyTagClassName
{
color: #8544BB;
}
</style>
background-color css
<style>
a { background-color: #8544BB; }
a { background-color: rgb(133,68,187); }
div.DivClassName
{
background-color: #8544BB;
}
.BgClassName
{
background-color: #8544BB;
}
</style>
border-color css
<style>
span { border-color: #8544BB; }
span { border-color: rgb(133,68,187); }
td.TdClassName
{
border-color: #8544BB;
}
.TagClassName
{
border-color: #8544BB;
}
</style>