Shades of Deep Lilac #8B5AAB
Tints of Deep Lilac #8B5AAB
RGB
CMYK
RGB Variations
Color information
#8B5AAB (or 0x8B5AAB) is known color: Deep Lilac. HEX triplet: 8B, 5A and AB. RGB value is (139,90,171). Sum of RGB (Red+Green+Blue) = 139+90+171=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5AAB is #74A554. Grayscale: #717171. Windows color (decimal): -7644501 or 11229835. OLE color: 11229835.
HSL color Cylindrical-coordinate representation of color #8B5AAB: hue angle of 276.3º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B5AAB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 90 | 171 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.33 |
| HSL | 276.3º | 0.33% | 0.51% | - |
| HSV(B) | 276.3º | 0.47% | 0.67% | - |
| XYZ | 21.65 | 15.74 | 40.43 | - |
| YUV | 113.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 171 | 0.19 | 0.47 | 0 | 0.33 | 276.3 | 0.33 | 0.51 |
| Hex | 8B | 5A | AB | 13 | 2F | 0 | 21 | 114 | 21 | 33 |
| Octal | 213 | 132 | 253 | 23 | 57 | 0 | 41 | 424 | 41 | 63 |
| Binary | 10001011 | 1011010 | 10101011 | 10011 | 101111 | 0 | 100001 | 100010100 | 100001 | 110011 |
Color Harmonies of #8B5AAB
Complementary color
Monochromatic Colors of #8B5AAB
Black with #8B5AAB
Text Example
Text Example
White with #8B5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5AAB; }
p { color: rgb(139,90,171); }
H1.HeaderClassName
{
color: #8B5AAB;
}
.AnyTagClassName
{
color: #8B5AAB;
}
</style>
background-color css
<style>
a { background-color: #8B5AAB; }
a { background-color: rgb(139,90,171); }
div.DivClassName
{
background-color: #8B5AAB;
}
.BgClassName
{
background-color: #8B5AAB;
}
</style>
border-color css
<style>
span { border-color: #8B5AAB; }
span { border-color: rgb(139,90,171); }
td.TdClassName
{
border-color: #8B5AAB;
}
.TagClassName
{
border-color: #8B5AAB;
}
</style>