Shades of Deep Lilac #8147CA
Tints of Deep Lilac #8147CA
RGB
CMYK
RGB Variations
Color information
#8147CA (or 0x8147CA) is known color: Deep Lilac. HEX triplet: 81, 47 and CA. RGB value is (129,71,202). Sum of RGB (Red+Green+Blue) = 129+71+202=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #8147CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8147CA is #7EB835. Grayscale: #666666. Windows color (decimal): -8304694 or 13256577. OLE color: 13256577.
HSL color Cylindrical-coordinate representation of color #8147CA: hue angle of 266.56º 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 #8147CA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 71 | 202 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.21 |
| HSL | 266.56º | 0.55% | 0.54% | - |
| HSV(B) | 266.56º | 0.65% | 0.79% | - |
| XYZ | 21.97 | 13.44 | 57.31 | - |
| YUV | 103.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 202 | 0.36 | 0.65 | 0 | 0.21 | 266.56 | 0.55 | 0.54 |
| Hex | 81 | 47 | CA | 24 | 41 | 0 | 15 | 10B | 37 | 36 |
| Octal | 201 | 107 | 312 | 44 | 101 | 0 | 25 | 413 | 67 | 66 |
| Binary | 10000001 | 1000111 | 11001010 | 100100 | 1000001 | 0 | 10101 | 100001011 | 110111 | 110110 |
Color Harmonies of #8147CA
Complementary color
Monochromatic Colors of #8147CA
Black with #8147CA
Text Example
Text Example
White with #8147CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147CA; }
p { color: rgb(129,71,202); }
H1.HeaderClassName
{
color: #8147CA;
}
.AnyTagClassName
{
color: #8147CA;
}
</style>
background-color css
<style>
a { background-color: #8147CA; }
a { background-color: rgb(129,71,202); }
div.DivClassName
{
background-color: #8147CA;
}
.BgClassName
{
background-color: #8147CA;
}
</style>
border-color css
<style>
span { border-color: #8147CA; }
span { border-color: rgb(129,71,202); }
td.TdClassName
{
border-color: #8147CA;
}
.TagClassName
{
border-color: #8147CA;
}
</style>