Shades of Deep Lilac #8A4DAF
Tints of Deep Lilac #8A4DAF
RGB
CMYK
RGB Variations
Color information
#8A4DAF (or 0x8A4DAF) is known color: Deep Lilac. HEX triplet: 8A, 4D and AF. RGB value is (138,77,175). Sum of RGB (Red+Green+Blue) = 138+77+175=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A4DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4DAF is #75B250. Grayscale: #6A6A6A. Windows color (decimal): -7713361 or 11488650. OLE color: 11488650.
HSL color Cylindrical-coordinate representation of color #8A4DAF: hue angle of 277.35º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A4DAF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 77 | 175 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.31 |
| HSL | 277.35º | 0.39% | 0.49% | - |
| HSV(B) | 277.35º | 0.56% | 0.69% | - |
| XYZ | 20.87 | 13.81 | 42.12 | - |
| YUV | 106.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 175 | 0.21 | 0.56 | 0 | 0.31 | 277.35 | 0.39 | 0.49 |
| Hex | 8A | 4D | AF | 15 | 38 | 0 | 1F | 115 | 27 | 31 |
| Octal | 212 | 115 | 257 | 25 | 70 | 0 | 37 | 425 | 47 | 61 |
| Binary | 10001010 | 1001101 | 10101111 | 10101 | 111000 | 0 | 11111 | 100010101 | 100111 | 110001 |
Color Harmonies of #8A4DAF
Complementary color
Monochromatic Colors of #8A4DAF
Black with #8A4DAF
Text Example
Text Example
White with #8A4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DAF; }
p { color: rgb(138,77,175); }
H1.HeaderClassName
{
color: #8A4DAF;
}
.AnyTagClassName
{
color: #8A4DAF;
}
</style>
background-color css
<style>
a { background-color: #8A4DAF; }
a { background-color: rgb(138,77,175); }
div.DivClassName
{
background-color: #8A4DAF;
}
.BgClassName
{
background-color: #8A4DAF;
}
</style>
border-color css
<style>
span { border-color: #8A4DAF; }
span { border-color: rgb(138,77,175); }
td.TdClassName
{
border-color: #8A4DAF;
}
.TagClassName
{
border-color: #8A4DAF;
}
</style>