Shades of Deep Lilac #8053BE
Tints of Deep Lilac #8053BE
RGB
CMYK
RGB Variations
Color information
#8053BE (or 0x8053BE) is known color: Deep Lilac. HEX triplet: 80, 53 and BE. RGB value is (128,83,190). Sum of RGB (Red+Green+Blue) = 128+83+190=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #8053BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8053BE is #7FAC41. Grayscale: #6C6C6C. Windows color (decimal): -8367170 or 12473216. OLE color: 12473216.
HSL color Cylindrical-coordinate representation of color #8053BE: hue angle of 265.23º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8053BE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 83 | 190 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.25 |
| HSL | 265.23º | 0.45% | 0.54% | - |
| HSV(B) | 265.23º | 0.56% | 0.75% | - |
| XYZ | 21.29 | 14.49 | 50.39 | - |
| YUV | 108.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 190 | 0.33 | 0.56 | 0 | 0.25 | 265.23 | 0.45 | 0.54 |
| Hex | 80 | 53 | BE | 21 | 38 | 0 | 19 | 109 | 2D | 36 |
| Octal | 200 | 123 | 276 | 41 | 70 | 0 | 31 | 411 | 55 | 66 |
| Binary | 10000000 | 1010011 | 10111110 | 100001 | 111000 | 0 | 11001 | 100001001 | 101101 | 110110 |
Color Harmonies of #8053BE
Complementary color
Monochromatic Colors of #8053BE
Black with #8053BE
Text Example
Text Example
White with #8053BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053BE; }
p { color: rgb(128,83,190); }
H1.HeaderClassName
{
color: #8053BE;
}
.AnyTagClassName
{
color: #8053BE;
}
</style>
background-color css
<style>
a { background-color: #8053BE; }
a { background-color: rgb(128,83,190); }
div.DivClassName
{
background-color: #8053BE;
}
.BgClassName
{
background-color: #8053BE;
}
</style>
border-color css
<style>
span { border-color: #8053BE; }
span { border-color: rgb(128,83,190); }
td.TdClassName
{
border-color: #8053BE;
}
.TagClassName
{
border-color: #8053BE;
}
</style>