Shades of Deep Lilac #8B4DAA
Tints of Deep Lilac #8B4DAA
RGB
CMYK
RGB Variations
Color information
#8B4DAA (or 0x8B4DAA) is known color: Deep Lilac. HEX triplet: 8B, 4D and AA. RGB value is (139,77,170). Sum of RGB (Red+Green+Blue) = 139+77+170=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B4DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4DAA is #74B255. Grayscale: #696969. Windows color (decimal): -7647830 or 11160971. OLE color: 11160971.
HSL color Cylindrical-coordinate representation of color #8B4DAA: hue angle of 280º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4DAA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 77 | 170 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.33 |
| HSL | 280º | 0.38% | 0.48% | - |
| HSV(B) | 280º | 0.55% | 0.67% | - |
| XYZ | 20.56 | 13.7 | 39.59 | - |
| YUV | 106.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 170 | 0.18 | 0.55 | 0 | 0.33 | 280 | 0.38 | 0.48 |
| Hex | 8B | 4D | AA | 12 | 37 | 0 | 21 | 118 | 26 | 30 |
| Octal | 213 | 115 | 252 | 22 | 67 | 0 | 41 | 430 | 46 | 60 |
| Binary | 10001011 | 1001101 | 10101010 | 10010 | 110111 | 0 | 100001 | 100011000 | 100110 | 110000 |
Color Harmonies of #8B4DAA
Complementary color
Monochromatic Colors of #8B4DAA
Black with #8B4DAA
Text Example
Text Example
White with #8B4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4DAA; }
p { color: rgb(139,77,170); }
H1.HeaderClassName
{
color: #8B4DAA;
}
.AnyTagClassName
{
color: #8B4DAA;
}
</style>
background-color css
<style>
a { background-color: #8B4DAA; }
a { background-color: rgb(139,77,170); }
div.DivClassName
{
background-color: #8B4DAA;
}
.BgClassName
{
background-color: #8B4DAA;
}
</style>
border-color css
<style>
span { border-color: #8B4DAA; }
span { border-color: rgb(139,77,170); }
td.TdClassName
{
border-color: #8B4DAA;
}
.TagClassName
{
border-color: #8B4DAA;
}
</style>