Shades of Deep Lilac #8544BE
Tints of Deep Lilac #8544BE
RGB
CMYK
RGB Variations
Color information
#8544BE (or 0x8544BE) is known color: Deep Lilac. HEX triplet: 85, 44 and BE. RGB value is (133,68,190). Sum of RGB (Red+Green+Blue) = 133+68+190=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #8544BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8544BE is #7ABB41. Grayscale: #646464. Windows color (decimal): -8043330 or 12469381. OLE color: 12469381.
HSL color Cylindrical-coordinate representation of color #8544BE: hue angle of 271.97º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8544BE is Cyan = 0.3, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 68 | 190 | - |
| CMYK | 0.3 | 0.64 | 0 | 0.25 |
| HSL | 271.97º | 0.48% | 0.51% | - |
| HSV(B) | 271.97º | 0.64% | 0.75% | - |
| XYZ | 21.03 | 12.84 | 50.08 | - |
| YUV | 101.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 190 | 0.3 | 0.64 | 0 | 0.25 | 271.97 | 0.48 | 0.51 |
| Hex | 85 | 44 | BE | 1E | 40 | 0 | 19 | 110 | 30 | 33 |
| Octal | 205 | 104 | 276 | 36 | 100 | 0 | 31 | 420 | 60 | 63 |
| Binary | 10000101 | 1000100 | 10111110 | 11110 | 1000000 | 0 | 11001 | 100010000 | 110000 | 110011 |
Color Harmonies of #8544BE
Complementary color
Monochromatic Colors of #8544BE
Black with #8544BE
Text Example
Text Example
White with #8544BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8544BE; }
p { color: rgb(133,68,190); }
H1.HeaderClassName
{
color: #8544BE;
}
.AnyTagClassName
{
color: #8544BE;
}
</style>
background-color css
<style>
a { background-color: #8544BE; }
a { background-color: rgb(133,68,190); }
div.DivClassName
{
background-color: #8544BE;
}
.BgClassName
{
background-color: #8544BE;
}
</style>
border-color css
<style>
span { border-color: #8544BE; }
span { border-color: rgb(133,68,190); }
td.TdClassName
{
border-color: #8544BE;
}
.TagClassName
{
border-color: #8544BE;
}
</style>