Shades of Deep Lilac #8B4AAD
Tints of Deep Lilac #8B4AAD
RGB
CMYK
RGB Variations
Color information
#8B4AAD (or 0x8B4AAD) is known color: Deep Lilac. HEX triplet: 8B, 4A and AD. RGB value is (139,74,173). Sum of RGB (Red+Green+Blue) = 139+74+173=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B4AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4AAD is #74B552. Grayscale: #686868. Windows color (decimal): -7648595 or 11356811. OLE color: 11356811.
HSL color Cylindrical-coordinate representation of color #8B4AAD: hue angle of 279.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B4AAD is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 74 | 173 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.32 |
| HSL | 279.39º | 0.4% | 0.48% | - |
| HSV(B) | 279.39º | 0.57% | 0.68% | - |
| XYZ | 20.64 | 13.4 | 41.03 | - |
| YUV | 104.72 | 166.53 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 173 | 0.20 | 0.57 | 0 | 0.32 | 279.39 | 0.4 | 0.48 |
| Hex | 8B | 4A | AD | 14 | 39 | 0 | 20 | 117 | 28 | 30 |
| Octal | 213 | 112 | 255 | 24 | 71 | 0 | 40 | 427 | 50 | 60 |
| Binary | 10001011 | 1001010 | 10101101 | 10100 | 111001 | 0 | 100000 | 100010111 | 101000 | 110000 |
Color Harmonies of #8B4AAD
Complementary color
Monochromatic Colors of #8B4AAD
Black with #8B4AAD
Text Example
Text Example
White with #8B4AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4AAD; }
p { color: rgb(139,74,173); }
H1.HeaderClassName
{
color: #8B4AAD;
}
.AnyTagClassName
{
color: #8B4AAD;
}
</style>
background-color css
<style>
a { background-color: #8B4AAD; }
a { background-color: rgb(139,74,173); }
div.DivClassName
{
background-color: #8B4AAD;
}
.BgClassName
{
background-color: #8B4AAD;
}
</style>
border-color css
<style>
span { border-color: #8B4AAD; }
span { border-color: rgb(139,74,173); }
td.TdClassName
{
border-color: #8B4AAD;
}
.TagClassName
{
border-color: #8B4AAD;
}
</style>