Shades of Deep Lilac #8B5AB0
Tints of Deep Lilac #8B5AB0
RGB
CMYK
RGB Variations
Color information
#8B5AB0 (or 0x8B5AB0) is known color: Deep Lilac. HEX triplet: 8B, 5A and B0. RGB value is (139,90,176). Sum of RGB (Red+Green+Blue) = 139+90+176=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #8B5AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5AB0 is #74A54F. Grayscale: #727272. Windows color (decimal): -7644496 or 11557515. OLE color: 11557515.
HSL color Cylindrical-coordinate representation of color #8B5AB0: hue angle of 274.19º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B5AB0 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 90 | 176 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.31 |
| HSL | 274.19º | 0.35% | 0.52% | - |
| HSV(B) | 274.19º | 0.49% | 0.69% | - |
| XYZ | 22.14 | 15.94 | 42.98 | - |
| YUV | 114.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 176 | 0.21 | 0.49 | 0 | 0.31 | 274.19 | 0.35 | 0.52 |
| Hex | 8B | 5A | B0 | 15 | 31 | 0 | 1F | 112 | 23 | 34 |
| Octal | 213 | 132 | 260 | 25 | 61 | 0 | 37 | 422 | 43 | 64 |
| Binary | 10001011 | 1011010 | 10110000 | 10101 | 110001 | 0 | 11111 | 100010010 | 100011 | 110100 |
Color Harmonies of #8B5AB0
Complementary color
Monochromatic Colors of #8B5AB0
Black with #8B5AB0
Text Example
Text Example
White with #8B5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5AB0; }
p { color: rgb(139,90,176); }
H1.HeaderClassName
{
color: #8B5AB0;
}
.AnyTagClassName
{
color: #8B5AB0;
}
</style>
background-color css
<style>
a { background-color: #8B5AB0; }
a { background-color: rgb(139,90,176); }
div.DivClassName
{
background-color: #8B5AB0;
}
.BgClassName
{
background-color: #8B5AB0;
}
</style>
border-color css
<style>
span { border-color: #8B5AB0; }
span { border-color: rgb(139,90,176); }
td.TdClassName
{
border-color: #8B5AB0;
}
.TagClassName
{
border-color: #8B5AB0;
}
</style>