Shades of Deep Lilac #8A4BB1
Tints of Deep Lilac #8A4BB1
RGB
CMYK
RGB Variations
Color information
#8A4BB1 (or 0x8A4BB1) is known color: Deep Lilac. HEX triplet: 8A, 4B and B1. RGB value is (138,75,177). Sum of RGB (Red+Green+Blue) = 138+75+177=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A4BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4BB1 is #75B44E. Grayscale: #696969. Windows color (decimal): -7713871 or 11619210. OLE color: 11619210.
HSL color Cylindrical-coordinate representation of color #8A4BB1: hue angle of 277.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A4BB1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 75 | 177 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.31 |
| HSL | 277.06º | 0.4% | 0.49% | - |
| HSV(B) | 277.06º | 0.58% | 0.69% | - |
| XYZ | 20.93 | 13.61 | 43.12 | - |
| YUV | 105.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 177 | 0.22 | 0.58 | 0 | 0.31 | 277.06 | 0.4 | 0.49 |
| Hex | 8A | 4B | B1 | 16 | 3A | 0 | 1F | 115 | 28 | 31 |
| Octal | 212 | 113 | 261 | 26 | 72 | 0 | 37 | 425 | 50 | 61 |
| Binary | 10001010 | 1001011 | 10110001 | 10110 | 111010 | 0 | 11111 | 100010101 | 101000 | 110001 |
Color Harmonies of #8A4BB1
Complementary color
Monochromatic Colors of #8A4BB1
Black with #8A4BB1
Text Example
Text Example
White with #8A4BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BB1; }
p { color: rgb(138,75,177); }
H1.HeaderClassName
{
color: #8A4BB1;
}
.AnyTagClassName
{
color: #8A4BB1;
}
</style>
background-color css
<style>
a { background-color: #8A4BB1; }
a { background-color: rgb(138,75,177); }
div.DivClassName
{
background-color: #8A4BB1;
}
.BgClassName
{
background-color: #8A4BB1;
}
</style>
border-color css
<style>
span { border-color: #8A4BB1; }
span { border-color: rgb(138,75,177); }
td.TdClassName
{
border-color: #8A4BB1;
}
.TagClassName
{
border-color: #8A4BB1;
}
</style>