Shades of Deep Lilac #8050BE
Tints of Deep Lilac #8050BE
RGB
CMYK
RGB Variations
Color information
#8050BE (or 0x8050BE) is known color: Deep Lilac. HEX triplet: 80, 50 and BE. RGB value is (128,80,190). Sum of RGB (Red+Green+Blue) = 128+80+190=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #8050BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050BE is #7FAF41. Grayscale: #6A6A6A. Windows color (decimal): -8367938 or 12472448. OLE color: 12472448.
HSL color Cylindrical-coordinate representation of color #8050BE: hue angle of 266.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8050BE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 80 | 190 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.25 |
| HSL | 266.18º | 0.46% | 0.53% | - |
| HSV(B) | 266.18º | 0.58% | 0.75% | - |
| XYZ | 21.07 | 14.04 | 50.32 | - |
| YUV | 106.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 190 | 0.33 | 0.58 | 0 | 0.25 | 266.18 | 0.46 | 0.53 |
| Hex | 80 | 50 | BE | 21 | 3A | 0 | 19 | 10A | 2E | 35 |
| Octal | 200 | 120 | 276 | 41 | 72 | 0 | 31 | 412 | 56 | 65 |
| Binary | 10000000 | 1010000 | 10111110 | 100001 | 111010 | 0 | 11001 | 100001010 | 101110 | 110101 |
Color Harmonies of #8050BE
Complementary color
Monochromatic Colors of #8050BE
Black with #8050BE
Text Example
Text Example
White with #8050BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050BE; }
p { color: rgb(128,80,190); }
H1.HeaderClassName
{
color: #8050BE;
}
.AnyTagClassName
{
color: #8050BE;
}
</style>
background-color css
<style>
a { background-color: #8050BE; }
a { background-color: rgb(128,80,190); }
div.DivClassName
{
background-color: #8050BE;
}
.BgClassName
{
background-color: #8050BE;
}
</style>
border-color css
<style>
span { border-color: #8050BE; }
span { border-color: rgb(128,80,190); }
td.TdClassName
{
border-color: #8050BE;
}
.TagClassName
{
border-color: #8050BE;
}
</style>