Shades of Deep Lilac #8A4FAF
Tints of Deep Lilac #8A4FAF
RGB
CMYK
RGB Variations
Color information
#8A4FAF (or 0x8A4FAF) is known color: Deep Lilac. HEX triplet: 8A, 4F and AF. RGB value is (138,79,175). Sum of RGB (Red+Green+Blue) = 138+79+175=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 79 (31.25% from 255 or 20.15% 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 #8A4FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4FAF is #75B050. Grayscale: #6B6B6B. Windows color (decimal): -7712849 or 11489162. OLE color: 11489162.
HSL color Cylindrical-coordinate representation of color #8A4FAF: hue angle of 276.88º 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 #8A4FAF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 79 | 175 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.31 |
| HSL | 276.88º | 0.38% | 0.5% | - |
| HSV(B) | 276.88º | 0.55% | 0.69% | - |
| XYZ | 21.02 | 14.09 | 42.17 | - |
| YUV | 107.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 175 | 0.21 | 0.55 | 0 | 0.31 | 276.88 | 0.38 | 0.5 |
| Hex | 8A | 4F | AF | 15 | 37 | 0 | 1F | 115 | 26 | 32 |
| Octal | 212 | 117 | 257 | 25 | 67 | 0 | 37 | 425 | 46 | 62 |
| Binary | 10001010 | 1001111 | 10101111 | 10101 | 110111 | 0 | 11111 | 100010101 | 100110 | 110010 |
Color Harmonies of #8A4FAF
Complementary color
Monochromatic Colors of #8A4FAF
Black with #8A4FAF
Text Example
Text Example
White with #8A4FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4FAF; }
p { color: rgb(138,79,175); }
H1.HeaderClassName
{
color: #8A4FAF;
}
.AnyTagClassName
{
color: #8A4FAF;
}
</style>
background-color css
<style>
a { background-color: #8A4FAF; }
a { background-color: rgb(138,79,175); }
div.DivClassName
{
background-color: #8A4FAF;
}
.BgClassName
{
background-color: #8A4FAF;
}
</style>
border-color css
<style>
span { border-color: #8A4FAF; }
span { border-color: rgb(138,79,175); }
td.TdClassName
{
border-color: #8A4FAF;
}
.TagClassName
{
border-color: #8A4FAF;
}
</style>