Shades of Deep Lilac #8A3EB1
Tints of Deep Lilac #8A3EB1
RGB
CMYK
RGB Variations
Color information
#8A3EB1 (or 0x8A3EB1) is known color: Deep Lilac. HEX triplet: 8A, 3E and B1. RGB value is (138,62,177). Sum of RGB (Red+Green+Blue) = 138+62+177=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A3EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3EB1 is #75C14E. Grayscale: #616161. Windows color (decimal): -7717199 or 11615882. OLE color: 11615882.
HSL color Cylindrical-coordinate representation of color #8A3EB1: hue angle of 279.65º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3EB1 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 62 | 177 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.31 |
| HSL | 279.65º | 0.48% | 0.47% | - |
| HSV(B) | 279.65º | 0.65% | 0.69% | - |
| XYZ | 20.14 | 12.02 | 42.85 | - |
| YUV | 97.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 177 | 0.22 | 0.65 | 0 | 0.31 | 279.65 | 0.48 | 0.47 |
| Hex | 8A | 3E | B1 | 16 | 41 | 0 | 1F | 118 | 30 | 2F |
| Octal | 212 | 76 | 261 | 26 | 101 | 0 | 37 | 430 | 60 | 57 |
| Binary | 10001010 | 111110 | 10110001 | 10110 | 1000001 | 0 | 11111 | 100011000 | 110000 | 101111 |
Color Harmonies of #8A3EB1
Complementary color
Monochromatic Colors of #8A3EB1
Black with #8A3EB1
Text Example
Text Example
White with #8A3EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3EB1; }
p { color: rgb(138,62,177); }
H1.HeaderClassName
{
color: #8A3EB1;
}
.AnyTagClassName
{
color: #8A3EB1;
}
</style>
background-color css
<style>
a { background-color: #8A3EB1; }
a { background-color: rgb(138,62,177); }
div.DivClassName
{
background-color: #8A3EB1;
}
.BgClassName
{
background-color: #8A3EB1;
}
</style>
border-color css
<style>
span { border-color: #8A3EB1; }
span { border-color: rgb(138,62,177); }
td.TdClassName
{
border-color: #8A3EB1;
}
.TagClassName
{
border-color: #8A3EB1;
}
</style>