Shades of Deep Lilac #814DC1
Tints of Deep Lilac #814DC1
RGB
CMYK
RGB Variations
Color information
#814DC1 (or 0x814DC1) is known color: Deep Lilac. HEX triplet: 81, 4D and C1. RGB value is (129,77,193). Sum of RGB (Red+Green+Blue) = 129+77+193=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #814DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DC1 is #7EB23E. Grayscale: #696969. Windows color (decimal): -8303167 or 12668289. OLE color: 12668289.
HSL color Cylindrical-coordinate representation of color #814DC1: hue angle of 266.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814DC1 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 77 | 193 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.24 |
| HSL | 266.9º | 0.48% | 0.53% | - |
| HSV(B) | 266.9º | 0.6% | 0.76% | - |
| XYZ | 21.33 | 13.83 | 52 | - |
| YUV | 105.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 193 | 0.33 | 0.60 | 0 | 0.24 | 266.9 | 0.48 | 0.53 |
| Hex | 81 | 4D | C1 | 21 | 3C | 0 | 18 | 10B | 30 | 35 |
| Octal | 201 | 115 | 301 | 41 | 74 | 0 | 30 | 413 | 60 | 65 |
| Binary | 10000001 | 1001101 | 11000001 | 100001 | 111100 | 0 | 11000 | 100001011 | 110000 | 110101 |
Color Harmonies of #814DC1
Complementary color
Monochromatic Colors of #814DC1
Black with #814DC1
Text Example
Text Example
White with #814DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DC1; }
p { color: rgb(129,77,193); }
H1.HeaderClassName
{
color: #814DC1;
}
.AnyTagClassName
{
color: #814DC1;
}
</style>
background-color css
<style>
a { background-color: #814DC1; }
a { background-color: rgb(129,77,193); }
div.DivClassName
{
background-color: #814DC1;
}
.BgClassName
{
background-color: #814DC1;
}
</style>
border-color css
<style>
span { border-color: #814DC1; }
span { border-color: rgb(129,77,193); }
td.TdClassName
{
border-color: #814DC1;
}
.TagClassName
{
border-color: #814DC1;
}
</style>