Shades of Deep Lilac #8B44AB
Tints of Deep Lilac #8B44AB
RGB
CMYK
RGB Variations
Color information
#8B44AB (or 0x8B44AB) is known color: Deep Lilac. HEX triplet: 8B, 44 and AB. RGB value is (139,68,171). Sum of RGB (Red+Green+Blue) = 139+68+171=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B44AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B44AB is #74BB54. Grayscale: #646464. Windows color (decimal): -7650133 or 11224203. OLE color: 11224203.
HSL color Cylindrical-coordinate representation of color #8B44AB: hue angle of 281.36º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B44AB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 68 | 171 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.33 |
| HSL | 281.36º | 0.43% | 0.47% | - |
| HSV(B) | 281.36º | 0.6% | 0.67% | - |
| XYZ | 20.07 | 12.56 | 39.9 | - |
| YUV | 100.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 171 | 0.19 | 0.60 | 0 | 0.33 | 281.36 | 0.43 | 0.47 |
| Hex | 8B | 44 | AB | 13 | 3C | 0 | 21 | 119 | 2B | 2F |
| Octal | 213 | 104 | 253 | 23 | 74 | 0 | 41 | 431 | 53 | 57 |
| Binary | 10001011 | 1000100 | 10101011 | 10011 | 111100 | 0 | 100001 | 100011001 | 101011 | 101111 |
Color Harmonies of #8B44AB
Complementary color
Monochromatic Colors of #8B44AB
Black with #8B44AB
Text Example
Text Example
White with #8B44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B44AB; }
p { color: rgb(139,68,171); }
H1.HeaderClassName
{
color: #8B44AB;
}
.AnyTagClassName
{
color: #8B44AB;
}
</style>
background-color css
<style>
a { background-color: #8B44AB; }
a { background-color: rgb(139,68,171); }
div.DivClassName
{
background-color: #8B44AB;
}
.BgClassName
{
background-color: #8B44AB;
}
</style>
border-color css
<style>
span { border-color: #8B44AB; }
span { border-color: rgb(139,68,171); }
td.TdClassName
{
border-color: #8B44AB;
}
.TagClassName
{
border-color: #8B44AB;
}
</style>