Shades of Deep Lilac #8B3AAE
Tints of Deep Lilac #8B3AAE
RGB
CMYK
RGB Variations
Color information
#8B3AAE (or 0x8B3AAE) is known color: Deep Lilac. HEX triplet: 8B, 3A and AE. RGB value is (139,58,174). Sum of RGB (Red+Green+Blue) = 139+58+174=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B3AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3AAE is #74C551. Grayscale: #5F5F5F. Windows color (decimal): -7652690 or 11418251. OLE color: 11418251.
HSL color Cylindrical-coordinate representation of color #8B3AAE: hue angle of 281.9º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B3AAE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 58 | 174 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.32 |
| HSL | 281.9º | 0.5% | 0.45% | - |
| HSV(B) | 281.9º | 0.67% | 0.68% | - |
| XYZ | 19.8 | 11.57 | 41.23 | - |
| YUV | 95.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 58 | 174 | 0.20 | 0.67 | 0 | 0.32 | 281.9 | 0.5 | 0.45 |
| Hex | 8B | 3A | AE | 14 | 43 | 0 | 20 | 11A | 32 | 2D |
| Octal | 213 | 72 | 256 | 24 | 103 | 0 | 40 | 432 | 62 | 55 |
| Binary | 10001011 | 111010 | 10101110 | 10100 | 1000011 | 0 | 100000 | 100011010 | 110010 | 101101 |
Color Harmonies of #8B3AAE
Complementary color
Monochromatic Colors of #8B3AAE
Black with #8B3AAE
Text Example
Text Example
White with #8B3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3AAE; }
p { color: rgb(139,58,174); }
H1.HeaderClassName
{
color: #8B3AAE;
}
.AnyTagClassName
{
color: #8B3AAE;
}
</style>
background-color css
<style>
a { background-color: #8B3AAE; }
a { background-color: rgb(139,58,174); }
div.DivClassName
{
background-color: #8B3AAE;
}
.BgClassName
{
background-color: #8B3AAE;
}
</style>
border-color css
<style>
span { border-color: #8B3AAE; }
span { border-color: rgb(139,58,174); }
td.TdClassName
{
border-color: #8B3AAE;
}
.TagClassName
{
border-color: #8B3AAE;
}
</style>