Shades of Deep Lilac #8C48AA
Tints of Deep Lilac #8C48AA
RGB
CMYK
RGB Variations
Color information
#8C48AA (or 0x8C48AA) is known color: Deep Lilac. HEX triplet: 8C, 48 and AA. RGB value is (140,72,170). Sum of RGB (Red+Green+Blue) = 140+72+170=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C48AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C48AA is #73B755. Grayscale: #676767. Windows color (decimal): -7583574 or 11159692. OLE color: 11159692.
HSL color Cylindrical-coordinate representation of color #8C48AA: hue angle of 281.63º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C48AA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 72 | 170 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.33 |
| HSL | 281.63º | 0.4% | 0.47% | - |
| HSV(B) | 281.63º | 0.58% | 0.67% | - |
| XYZ | 20.39 | 13.11 | 39.49 | - |
| YUV | 103.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 170 | 0.18 | 0.58 | 0 | 0.33 | 281.63 | 0.4 | 0.47 |
| Hex | 8C | 48 | AA | 12 | 3A | 0 | 21 | 11A | 28 | 2F |
| Octal | 214 | 110 | 252 | 22 | 72 | 0 | 41 | 432 | 50 | 57 |
| Binary | 10001100 | 1001000 | 10101010 | 10010 | 111010 | 0 | 100001 | 100011010 | 101000 | 101111 |
Color Harmonies of #8C48AA
Complementary color
Monochromatic Colors of #8C48AA
Black with #8C48AA
Text Example
Text Example
White with #8C48AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C48AA; }
p { color: rgb(140,72,170); }
H1.HeaderClassName
{
color: #8C48AA;
}
.AnyTagClassName
{
color: #8C48AA;
}
</style>
background-color css
<style>
a { background-color: #8C48AA; }
a { background-color: rgb(140,72,170); }
div.DivClassName
{
background-color: #8C48AA;
}
.BgClassName
{
background-color: #8C48AA;
}
</style>
border-color css
<style>
span { border-color: #8C48AA; }
span { border-color: rgb(140,72,170); }
td.TdClassName
{
border-color: #8C48AA;
}
.TagClassName
{
border-color: #8C48AA;
}
</style>