Shades of Deep Lilac #8A4DAB
Tints of Deep Lilac #8A4DAB
RGB
CMYK
RGB Variations
Color information
#8A4DAB (or 0x8A4DAB) is known color: Deep Lilac. HEX triplet: 8A, 4D and AB. RGB value is (138,77,171). Sum of RGB (Red+Green+Blue) = 138+77+171=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A4DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4DAB is #75B254. Grayscale: #696969. Windows color (decimal): -7713365 or 11226506. OLE color: 11226506.
HSL color Cylindrical-coordinate representation of color #8A4DAB: hue angle of 278.94º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A4DAB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 77 | 171 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.33 |
| HSL | 278.94º | 0.38% | 0.49% | - |
| HSV(B) | 278.94º | 0.55% | 0.67% | - |
| XYZ | 20.49 | 13.65 | 40.08 | - |
| YUV | 105.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 171 | 0.19 | 0.55 | 0 | 0.33 | 278.94 | 0.38 | 0.49 |
| Hex | 8A | 4D | AB | 13 | 37 | 0 | 21 | 117 | 26 | 31 |
| Octal | 212 | 115 | 253 | 23 | 67 | 0 | 41 | 427 | 46 | 61 |
| Binary | 10001010 | 1001101 | 10101011 | 10011 | 110111 | 0 | 100001 | 100010111 | 100110 | 110001 |
Color Harmonies of #8A4DAB
Complementary color
Monochromatic Colors of #8A4DAB
Black with #8A4DAB
Text Example
Text Example
White with #8A4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DAB; }
p { color: rgb(138,77,171); }
H1.HeaderClassName
{
color: #8A4DAB;
}
.AnyTagClassName
{
color: #8A4DAB;
}
</style>
background-color css
<style>
a { background-color: #8A4DAB; }
a { background-color: rgb(138,77,171); }
div.DivClassName
{
background-color: #8A4DAB;
}
.BgClassName
{
background-color: #8A4DAB;
}
</style>
border-color css
<style>
span { border-color: #8A4DAB; }
span { border-color: rgb(138,77,171); }
td.TdClassName
{
border-color: #8A4DAB;
}
.TagClassName
{
border-color: #8A4DAB;
}
</style>