Shades of Deep Lilac #8B41AB
Tints of Deep Lilac #8B41AB
RGB
CMYK
RGB Variations
Color information
#8B41AB (or 0x8B41AB) is known color: Deep Lilac. HEX triplet: 8B, 41 and AB. RGB value is (139,65,171). Sum of RGB (Red+Green+Blue) = 139+65+171=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B41AB is #74BE54. Grayscale: #626262. Windows color (decimal): -7650901 or 11223435. OLE color: 11223435.
HSL color Cylindrical-coordinate representation of color #8B41AB: hue angle of 281.89º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B41AB is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 65 | 171 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.33 |
| HSL | 281.89º | 0.45% | 0.46% | - |
| HSV(B) | 281.89º | 0.62% | 0.67% | - |
| XYZ | 19.89 | 12.21 | 39.84 | - |
| YUV | 99.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 171 | 0.19 | 0.62 | 0 | 0.33 | 281.89 | 0.45 | 0.46 |
| Hex | 8B | 41 | AB | 13 | 3E | 0 | 21 | 11A | 2D | 2E |
| Octal | 213 | 101 | 253 | 23 | 76 | 0 | 41 | 432 | 55 | 56 |
| Binary | 10001011 | 1000001 | 10101011 | 10011 | 111110 | 0 | 100001 | 100011010 | 101101 | 101110 |
Color Harmonies of #8B41AB
Complementary color
Monochromatic Colors of #8B41AB
Black with #8B41AB
Text Example
Text Example
White with #8B41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B41AB; }
p { color: rgb(139,65,171); }
H1.HeaderClassName
{
color: #8B41AB;
}
.AnyTagClassName
{
color: #8B41AB;
}
</style>
background-color css
<style>
a { background-color: #8B41AB; }
a { background-color: rgb(139,65,171); }
div.DivClassName
{
background-color: #8B41AB;
}
.BgClassName
{
background-color: #8B41AB;
}
</style>
border-color css
<style>
span { border-color: #8B41AB; }
span { border-color: rgb(139,65,171); }
td.TdClassName
{
border-color: #8B41AB;
}
.TagClassName
{
border-color: #8B41AB;
}
</style>