Shades of Deep Lilac #8B5AB4
Tints of Deep Lilac #8B5AB4
RGB
CMYK
RGB Variations
Color information
#8B5AB4 (or 0x8B5AB4) is known color: Deep Lilac. HEX triplet: 8B, 5A and B4. RGB value is (139,90,180). Sum of RGB (Red+Green+Blue) = 139+90+180=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B5AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5AB4 is #74A54B. Grayscale: #727272. Windows color (decimal): -7644492 or 11819659. OLE color: 11819659.
HSL color Cylindrical-coordinate representation of color #8B5AB4: hue angle of 272.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5AB4 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 90 | 180 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.29 |
| HSL | 272.67º | 0.38% | 0.53% | - |
| HSV(B) | 272.67º | 0.5% | 0.71% | - |
| XYZ | 22.54 | 16.1 | 45.1 | - |
| YUV | 114.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 180 | 0.23 | 0.50 | 0 | 0.29 | 272.67 | 0.38 | 0.53 |
| Hex | 8B | 5A | B4 | 17 | 32 | 0 | 1D | 111 | 26 | 35 |
| Octal | 213 | 132 | 264 | 27 | 62 | 0 | 35 | 421 | 46 | 65 |
| Binary | 10001011 | 1011010 | 10110100 | 10111 | 110010 | 0 | 11101 | 100010001 | 100110 | 110101 |
Color Harmonies of #8B5AB4
Complementary color
Monochromatic Colors of #8B5AB4
Black with #8B5AB4
Text Example
Text Example
White with #8B5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5AB4; }
p { color: rgb(139,90,180); }
H1.HeaderClassName
{
color: #8B5AB4;
}
.AnyTagClassName
{
color: #8B5AB4;
}
</style>
background-color css
<style>
a { background-color: #8B5AB4; }
a { background-color: rgb(139,90,180); }
div.DivClassName
{
background-color: #8B5AB4;
}
.BgClassName
{
background-color: #8B5AB4;
}
</style>
border-color css
<style>
span { border-color: #8B5AB4; }
span { border-color: rgb(139,90,180); }
td.TdClassName
{
border-color: #8B5AB4;
}
.TagClassName
{
border-color: #8B5AB4;
}
</style>