Shades of Deep Lilac #8B4AAE
Tints of Deep Lilac #8B4AAE
RGB
CMYK
RGB Variations
Color information
#8B4AAE (or 0x8B4AAE) is known color: Deep Lilac. HEX triplet: 8B, 4A and AE. RGB value is (139,74,174). Sum of RGB (Red+Green+Blue) = 139+74+174=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4AAE is #74B551. Grayscale: #686868. Windows color (decimal): -7648594 or 11422347. OLE color: 11422347.
HSL color Cylindrical-coordinate representation of color #8B4AAE: hue angle of 279º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B4AAE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 74 | 174 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.32 |
| HSL | 279º | 0.4% | 0.49% | - |
| HSV(B) | 279º | 0.57% | 0.68% | - |
| XYZ | 20.74 | 13.44 | 41.55 | - |
| YUV | 104.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 174 | 0.20 | 0.57 | 0 | 0.32 | 279 | 0.4 | 0.49 |
| Hex | 8B | 4A | AE | 14 | 39 | 0 | 20 | 117 | 28 | 31 |
| Octal | 213 | 112 | 256 | 24 | 71 | 0 | 40 | 427 | 50 | 61 |
| Binary | 10001011 | 1001010 | 10101110 | 10100 | 111001 | 0 | 100000 | 100010111 | 101000 | 110001 |
Color Harmonies of #8B4AAE
Complementary color
Monochromatic Colors of #8B4AAE
Black with #8B4AAE
Text Example
Text Example
White with #8B4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4AAE; }
p { color: rgb(139,74,174); }
H1.HeaderClassName
{
color: #8B4AAE;
}
.AnyTagClassName
{
color: #8B4AAE;
}
</style>
background-color css
<style>
a { background-color: #8B4AAE; }
a { background-color: rgb(139,74,174); }
div.DivClassName
{
background-color: #8B4AAE;
}
.BgClassName
{
background-color: #8B4AAE;
}
</style>
border-color css
<style>
span { border-color: #8B4AAE; }
span { border-color: rgb(139,74,174); }
td.TdClassName
{
border-color: #8B4AAE;
}
.TagClassName
{
border-color: #8B4AAE;
}
</style>