Shades of Deep Lilac #8B50A2
Tints of Deep Lilac #8B50A2
RGB
CMYK
RGB Variations
Color information
#8B50A2 (or 0x8B50A2) is known color: Deep Lilac. HEX triplet: 8B, 50 and A2. RGB value is (139,80,162). Sum of RGB (Red+Green+Blue) = 139+80+162=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B50A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B50A2 is #74AF5D. Grayscale: #6A6A6A. Windows color (decimal): -7647070 or 10637451. OLE color: 10637451.
HSL color Cylindrical-coordinate representation of color #8B50A2: hue angle of 283.17º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B50A2 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 80 | 162 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.36 |
| HSL | 283.17º | 0.34% | 0.47% | - |
| HSV(B) | 283.17º | 0.51% | 0.64% | - |
| XYZ | 20.04 | 13.83 | 35.8 | - |
| YUV | 106.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 162 | 0.14 | 0.51 | 0 | 0.36 | 283.17 | 0.34 | 0.47 |
| Hex | 8B | 50 | A2 | E | 33 | 0 | 24 | 11B | 22 | 2F |
| Octal | 213 | 120 | 242 | 16 | 63 | 0 | 44 | 433 | 42 | 57 |
| Binary | 10001011 | 1010000 | 10100010 | 1110 | 110011 | 0 | 100100 | 100011011 | 100010 | 101111 |
Color Harmonies of #8B50A2
Complementary color
Monochromatic Colors of #8B50A2
Black with #8B50A2
Text Example
Text Example
White with #8B50A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B50A2; }
p { color: rgb(139,80,162); }
H1.HeaderClassName
{
color: #8B50A2;
}
.AnyTagClassName
{
color: #8B50A2;
}
</style>
background-color css
<style>
a { background-color: #8B50A2; }
a { background-color: rgb(139,80,162); }
div.DivClassName
{
background-color: #8B50A2;
}
.BgClassName
{
background-color: #8B50A2;
}
</style>
border-color css
<style>
span { border-color: #8B50A2; }
span { border-color: rgb(139,80,162); }
td.TdClassName
{
border-color: #8B50A2;
}
.TagClassName
{
border-color: #8B50A2;
}
</style>