Shades of Deep Lilac #8A4ABC
Tints of Deep Lilac #8A4ABC
RGB
CMYK
RGB Variations
Color information
#8A4ABC (or 0x8A4ABC) is known color: Deep Lilac. HEX triplet: 8A, 4A and BC. RGB value is (138,74,188). Sum of RGB (Red+Green+Blue) = 138+74+188=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4ABC is #75B543. Grayscale: #696969. Windows color (decimal): -7714116 or 12339850. OLE color: 12339850.
HSL color Cylindrical-coordinate representation of color #8A4ABC: hue angle of 273.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4ABC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 74 | 188 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.26 |
| HSL | 273.68º | 0.46% | 0.51% | - |
| HSV(B) | 273.68º | 0.61% | 0.74% | - |
| XYZ | 22.01 | 13.93 | 49.11 | - |
| YUV | 106.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 188 | 0.27 | 0.61 | 0 | 0.26 | 273.68 | 0.46 | 0.51 |
| Hex | 8A | 4A | BC | 1B | 3D | 0 | 1A | 112 | 2E | 33 |
| Octal | 212 | 112 | 274 | 33 | 75 | 0 | 32 | 422 | 56 | 63 |
| Binary | 10001010 | 1001010 | 10111100 | 11011 | 111101 | 0 | 11010 | 100010010 | 101110 | 110011 |
Color Harmonies of #8A4ABC
Complementary color
Monochromatic Colors of #8A4ABC
Black with #8A4ABC
Text Example
Text Example
White with #8A4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4ABC; }
p { color: rgb(138,74,188); }
H1.HeaderClassName
{
color: #8A4ABC;
}
.AnyTagClassName
{
color: #8A4ABC;
}
</style>
background-color css
<style>
a { background-color: #8A4ABC; }
a { background-color: rgb(138,74,188); }
div.DivClassName
{
background-color: #8A4ABC;
}
.BgClassName
{
background-color: #8A4ABC;
}
</style>
border-color css
<style>
span { border-color: #8A4ABC; }
span { border-color: rgb(138,74,188); }
td.TdClassName
{
border-color: #8A4ABC;
}
.TagClassName
{
border-color: #8A4ABC;
}
</style>