Shades of Deep Lilac #8A47CA
Tints of Deep Lilac #8A47CA
RGB
CMYK
RGB Variations
Color information
#8A47CA (or 0x8A47CA) is known color: Deep Lilac. HEX triplet: 8A, 47 and CA. RGB value is (138,71,202). Sum of RGB (Red+Green+Blue) = 138+71+202=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A47CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A47CA is #75B835. Grayscale: #696969. Windows color (decimal): -7714870 or 13256586. OLE color: 13256586.
HSL color Cylindrical-coordinate representation of color #8A47CA: hue angle of 270.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A47CA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 71 | 202 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.21 |
| HSL | 270.69º | 0.55% | 0.54% | - |
| HSV(B) | 270.69º | 0.65% | 0.79% | - |
| XYZ | 23.4 | 14.17 | 57.38 | - |
| YUV | 105.97 | 182.2 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 202 | 0.32 | 0.65 | 0 | 0.21 | 270.69 | 0.55 | 0.54 |
| Hex | 8A | 47 | CA | 20 | 41 | 0 | 15 | 10F | 37 | 36 |
| Octal | 212 | 107 | 312 | 40 | 101 | 0 | 25 | 417 | 67 | 66 |
| Binary | 10001010 | 1000111 | 11001010 | 100000 | 1000001 | 0 | 10101 | 100001111 | 110111 | 110110 |
Color Harmonies of #8A47CA
Complementary color
Monochromatic Colors of #8A47CA
Black with #8A47CA
Text Example
Text Example
White with #8A47CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A47CA; }
p { color: rgb(138,71,202); }
H1.HeaderClassName
{
color: #8A47CA;
}
.AnyTagClassName
{
color: #8A47CA;
}
</style>
background-color css
<style>
a { background-color: #8A47CA; }
a { background-color: rgb(138,71,202); }
div.DivClassName
{
background-color: #8A47CA;
}
.BgClassName
{
background-color: #8A47CA;
}
</style>
border-color css
<style>
span { border-color: #8A47CA; }
span { border-color: rgb(138,71,202); }
td.TdClassName
{
border-color: #8A47CA;
}
.TagClassName
{
border-color: #8A47CA;
}
</style>