Shades of Deep Lilac #8155BE
Tints of Deep Lilac #8155BE
RGB
CMYK
RGB Variations
Color information
#8155BE (or 0x8155BE) is known color: Deep Lilac. HEX triplet: 81, 55 and BE. RGB value is (129,85,190). Sum of RGB (Red+Green+Blue) = 129+85+190=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #8155BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155BE is #7EAA41. Grayscale: #6D6D6D. Windows color (decimal): -8301122 or 12473729. OLE color: 12473729.
HSL color Cylindrical-coordinate representation of color #8155BE: hue angle of 265.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8155BE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 85 | 190 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.25 |
| HSL | 265.14º | 0.45% | 0.54% | - |
| HSV(B) | 265.14º | 0.55% | 0.75% | - |
| XYZ | 21.6 | 14.88 | 50.45 | - |
| YUV | 110.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 190 | 0.32 | 0.55 | 0 | 0.25 | 265.14 | 0.45 | 0.54 |
| Hex | 81 | 55 | BE | 20 | 37 | 0 | 19 | 109 | 2D | 36 |
| Octal | 201 | 125 | 276 | 40 | 67 | 0 | 31 | 411 | 55 | 66 |
| Binary | 10000001 | 1010101 | 10111110 | 100000 | 110111 | 0 | 11001 | 100001001 | 101101 | 110110 |
Color Harmonies of #8155BE
Complementary color
Monochromatic Colors of #8155BE
Black with #8155BE
Text Example
Text Example
White with #8155BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155BE; }
p { color: rgb(129,85,190); }
H1.HeaderClassName
{
color: #8155BE;
}
.AnyTagClassName
{
color: #8155BE;
}
</style>
background-color css
<style>
a { background-color: #8155BE; }
a { background-color: rgb(129,85,190); }
div.DivClassName
{
background-color: #8155BE;
}
.BgClassName
{
background-color: #8155BE;
}
</style>
border-color css
<style>
span { border-color: #8155BE; }
span { border-color: rgb(129,85,190); }
td.TdClassName
{
border-color: #8155BE;
}
.TagClassName
{
border-color: #8155BE;
}
</style>