Shades of Deep Lilac #8A4FAA
Tints of Deep Lilac #8A4FAA
RGB
CMYK
RGB Variations
Color information
#8A4FAA (or 0x8A4FAA) is known color: Deep Lilac. HEX triplet: 8A, 4F and AA. RGB value is (138,79,170). Sum of RGB (Red+Green+Blue) = 138+79+170=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A4FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4FAA is #75B055. Grayscale: #6A6A6A. Windows color (decimal): -7712854 or 11161482. OLE color: 11161482.
HSL color Cylindrical-coordinate representation of color #8A4FAA: hue angle of 278.9º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A4FAA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 79 | 170 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.33 |
| HSL | 278.9º | 0.37% | 0.49% | - |
| HSV(B) | 278.9º | 0.54% | 0.67% | - |
| XYZ | 20.53 | 13.9 | 39.63 | - |
| YUV | 107.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 170 | 0.19 | 0.54 | 0 | 0.33 | 278.9 | 0.37 | 0.49 |
| Hex | 8A | 4F | AA | 13 | 36 | 0 | 21 | 117 | 25 | 31 |
| Octal | 212 | 117 | 252 | 23 | 66 | 0 | 41 | 427 | 45 | 61 |
| Binary | 10001010 | 1001111 | 10101010 | 10011 | 110110 | 0 | 100001 | 100010111 | 100101 | 110001 |
Color Harmonies of #8A4FAA
Complementary color
Monochromatic Colors of #8A4FAA
Black with #8A4FAA
Text Example
Text Example
White with #8A4FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4FAA; }
p { color: rgb(138,79,170); }
H1.HeaderClassName
{
color: #8A4FAA;
}
.AnyTagClassName
{
color: #8A4FAA;
}
</style>
background-color css
<style>
a { background-color: #8A4FAA; }
a { background-color: rgb(138,79,170); }
div.DivClassName
{
background-color: #8A4FAA;
}
.BgClassName
{
background-color: #8A4FAA;
}
</style>
border-color css
<style>
span { border-color: #8A4FAA; }
span { border-color: rgb(138,79,170); }
td.TdClassName
{
border-color: #8A4FAA;
}
.TagClassName
{
border-color: #8A4FAA;
}
</style>