Shades of Deep Lilac #8A4ABF
Tints of Deep Lilac #8A4ABF
RGB
CMYK
RGB Variations
Color information
#8A4ABF (or 0x8A4ABF) is known color: Deep Lilac. HEX triplet: 8A, 4A and BF. RGB value is (138,74,191). Sum of RGB (Red+Green+Blue) = 138+74+191=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A4ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4ABF is #75B540. Grayscale: #6A6A6A. Windows color (decimal): -7714113 or 12536458. OLE color: 12536458.
HSL color Cylindrical-coordinate representation of color #8A4ABF: hue angle of 272.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4ABF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 74 | 191 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.25 |
| HSL | 272.82º | 0.48% | 0.52% | - |
| HSV(B) | 272.82º | 0.61% | 0.75% | - |
| XYZ | 22.33 | 14.06 | 50.83 | - |
| YUV | 106.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 191 | 0.28 | 0.61 | 0 | 0.25 | 272.82 | 0.48 | 0.52 |
| Hex | 8A | 4A | BF | 1C | 3D | 0 | 19 | 111 | 30 | 34 |
| Octal | 212 | 112 | 277 | 34 | 75 | 0 | 31 | 421 | 60 | 64 |
| Binary | 10001010 | 1001010 | 10111111 | 11100 | 111101 | 0 | 11001 | 100010001 | 110000 | 110100 |
Color Harmonies of #8A4ABF
Complementary color
Monochromatic Colors of #8A4ABF
Black with #8A4ABF
Text Example
Text Example
White with #8A4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4ABF; }
p { color: rgb(138,74,191); }
H1.HeaderClassName
{
color: #8A4ABF;
}
.AnyTagClassName
{
color: #8A4ABF;
}
</style>
background-color css
<style>
a { background-color: #8A4ABF; }
a { background-color: rgb(138,74,191); }
div.DivClassName
{
background-color: #8A4ABF;
}
.BgClassName
{
background-color: #8A4ABF;
}
</style>
border-color css
<style>
span { border-color: #8A4ABF; }
span { border-color: rgb(138,74,191); }
td.TdClassName
{
border-color: #8A4ABF;
}
.TagClassName
{
border-color: #8A4ABF;
}
</style>