Shades of Deep Lilac #8A4ABD
Tints of Deep Lilac #8A4ABD
RGB
CMYK
RGB Variations
Color information
#8A4ABD (or 0x8A4ABD) is known color: Deep Lilac. HEX triplet: 8A, 4A and BD. RGB value is (138,74,189). Sum of RGB (Red+Green+Blue) = 138+74+189=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A4ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4ABD is #75B542. Grayscale: #696969. Windows color (decimal): -7714115 or 12405386. OLE color: 12405386.
HSL color Cylindrical-coordinate representation of color #8A4ABD: hue angle of 273.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4ABD is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 74 | 189 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.26 |
| HSL | 273.39º | 0.47% | 0.52% | - |
| HSV(B) | 273.39º | 0.61% | 0.74% | - |
| XYZ | 22.12 | 13.97 | 49.68 | - |
| YUV | 106.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 189 | 0.27 | 0.61 | 0 | 0.26 | 273.39 | 0.47 | 0.52 |
| Hex | 8A | 4A | BD | 1B | 3D | 0 | 1A | 111 | 2F | 34 |
| Octal | 212 | 112 | 275 | 33 | 75 | 0 | 32 | 421 | 57 | 64 |
| Binary | 10001010 | 1001010 | 10111101 | 11011 | 111101 | 0 | 11010 | 100010001 | 101111 | 110100 |
Color Harmonies of #8A4ABD
Complementary color
Monochromatic Colors of #8A4ABD
Black with #8A4ABD
Text Example
Text Example
White with #8A4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4ABD; }
p { color: rgb(138,74,189); }
H1.HeaderClassName
{
color: #8A4ABD;
}
.AnyTagClassName
{
color: #8A4ABD;
}
</style>
background-color css
<style>
a { background-color: #8A4ABD; }
a { background-color: rgb(138,74,189); }
div.DivClassName
{
background-color: #8A4ABD;
}
.BgClassName
{
background-color: #8A4ABD;
}
</style>
border-color css
<style>
span { border-color: #8A4ABD; }
span { border-color: rgb(138,74,189); }
td.TdClassName
{
border-color: #8A4ABD;
}
.TagClassName
{
border-color: #8A4ABD;
}
</style>