Shades of Deep Lilac #8B40AB
Tints of Deep Lilac #8B40AB
RGB
CMYK
RGB Variations
Color information
#8B40AB (or 0x8B40AB) is known color: Deep Lilac. HEX triplet: 8B, 40 and AB. RGB value is (139,64,171). Sum of RGB (Red+Green+Blue) = 139+64+171=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B40AB is #74BF54. Grayscale: #626262. Windows color (decimal): -7651157 or 11223179. OLE color: 11223179.
HSL color Cylindrical-coordinate representation of color #8B40AB: hue angle of 282.06º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B40AB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 64 | 171 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.33 |
| HSL | 282.06º | 0.46% | 0.46% | - |
| HSV(B) | 282.06º | 0.63% | 0.67% | - |
| XYZ | 19.83 | 12.1 | 39.82 | - |
| YUV | 98.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 171 | 0.19 | 0.63 | 0 | 0.33 | 282.06 | 0.46 | 0.46 |
| Hex | 8B | 40 | AB | 13 | 3F | 0 | 21 | 11A | 2E | 2E |
| Octal | 213 | 100 | 253 | 23 | 77 | 0 | 41 | 432 | 56 | 56 |
| Binary | 10001011 | 1000000 | 10101011 | 10011 | 111111 | 0 | 100001 | 100011010 | 101110 | 101110 |
Color Harmonies of #8B40AB
Complementary color
Monochromatic Colors of #8B40AB
Black with #8B40AB
Text Example
Text Example
White with #8B40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B40AB; }
p { color: rgb(139,64,171); }
H1.HeaderClassName
{
color: #8B40AB;
}
.AnyTagClassName
{
color: #8B40AB;
}
</style>
background-color css
<style>
a { background-color: #8B40AB; }
a { background-color: rgb(139,64,171); }
div.DivClassName
{
background-color: #8B40AB;
}
.BgClassName
{
background-color: #8B40AB;
}
</style>
border-color css
<style>
span { border-color: #8B40AB; }
span { border-color: rgb(139,64,171); }
td.TdClassName
{
border-color: #8B40AB;
}
.TagClassName
{
border-color: #8B40AB;
}
</style>