Shades of Deep Lilac #8A4BAE
Tints of Deep Lilac #8A4BAE
RGB
CMYK
RGB Variations
Color information
#8A4BAE (or 0x8A4BAE) is known color: Deep Lilac. HEX triplet: 8A, 4B and AE. RGB value is (138,75,174). Sum of RGB (Red+Green+Blue) = 138+75+174=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4BAE is #75B451. Grayscale: #686868. Windows color (decimal): -7713874 or 11422602. OLE color: 11422602.
HSL color Cylindrical-coordinate representation of color #8A4BAE: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A4BAE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 75 | 174 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.32 |
| HSL | 278.18º | 0.4% | 0.49% | - |
| HSV(B) | 278.18º | 0.57% | 0.68% | - |
| XYZ | 20.64 | 13.49 | 41.56 | - |
| YUV | 105.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 174 | 0.21 | 0.57 | 0 | 0.32 | 278.18 | 0.4 | 0.49 |
| Hex | 8A | 4B | AE | 15 | 39 | 0 | 20 | 116 | 28 | 31 |
| Octal | 212 | 113 | 256 | 25 | 71 | 0 | 40 | 426 | 50 | 61 |
| Binary | 10001010 | 1001011 | 10101110 | 10101 | 111001 | 0 | 100000 | 100010110 | 101000 | 110001 |
Color Harmonies of #8A4BAE
Complementary color
Monochromatic Colors of #8A4BAE
Black with #8A4BAE
Text Example
Text Example
White with #8A4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BAE; }
p { color: rgb(138,75,174); }
H1.HeaderClassName
{
color: #8A4BAE;
}
.AnyTagClassName
{
color: #8A4BAE;
}
</style>
background-color css
<style>
a { background-color: #8A4BAE; }
a { background-color: rgb(138,75,174); }
div.DivClassName
{
background-color: #8A4BAE;
}
.BgClassName
{
background-color: #8A4BAE;
}
</style>
border-color css
<style>
span { border-color: #8A4BAE; }
span { border-color: rgb(138,75,174); }
td.TdClassName
{
border-color: #8A4BAE;
}
.TagClassName
{
border-color: #8A4BAE;
}
</style>