Shades of Deep Lilac #8B4EAF
Tints of Deep Lilac #8B4EAF
RGB
CMYK
RGB Variations
Color information
#8B4EAF (or 0x8B4EAF) is known color: Deep Lilac. HEX triplet: 8B, 4E and AF. RGB value is (139,78,175). Sum of RGB (Red+Green+Blue) = 139+78+175=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B4EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4EAF is #74B150. Grayscale: #6A6A6A. Windows color (decimal): -7647569 or 11488907. OLE color: 11488907.
HSL color Cylindrical-coordinate representation of color #8B4EAF: hue angle of 277.73º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4EAF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 78 | 175 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.31 |
| HSL | 277.73º | 0.38% | 0.5% | - |
| HSV(B) | 277.73º | 0.55% | 0.69% | - |
| XYZ | 21.11 | 14.03 | 42.15 | - |
| YUV | 107.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 175 | 0.21 | 0.55 | 0 | 0.31 | 277.73 | 0.38 | 0.5 |
| Hex | 8B | 4E | AF | 15 | 37 | 0 | 1F | 116 | 26 | 32 |
| Octal | 213 | 116 | 257 | 25 | 67 | 0 | 37 | 426 | 46 | 62 |
| Binary | 10001011 | 1001110 | 10101111 | 10101 | 110111 | 0 | 11111 | 100010110 | 100110 | 110010 |
Color Harmonies of #8B4EAF
Complementary color
Monochromatic Colors of #8B4EAF
Black with #8B4EAF
Text Example
Text Example
White with #8B4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4EAF; }
p { color: rgb(139,78,175); }
H1.HeaderClassName
{
color: #8B4EAF;
}
.AnyTagClassName
{
color: #8B4EAF;
}
</style>
background-color css
<style>
a { background-color: #8B4EAF; }
a { background-color: rgb(139,78,175); }
div.DivClassName
{
background-color: #8B4EAF;
}
.BgClassName
{
background-color: #8B4EAF;
}
</style>
border-color css
<style>
span { border-color: #8B4EAF; }
span { border-color: rgb(139,78,175); }
td.TdClassName
{
border-color: #8B4EAF;
}
.TagClassName
{
border-color: #8B4EAF;
}
</style>