Shades of Deep Lilac #814DC7
Tints of Deep Lilac #814DC7
RGB
CMYK
RGB Variations
Color information
#814DC7 (or 0x814DC7) is known color: Deep Lilac. HEX triplet: 81, 4D and C7. RGB value is (129,77,199). Sum of RGB (Red+Green+Blue) = 129+77+199=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #814DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DC7 is #7EB238. Grayscale: #6A6A6A. Windows color (decimal): -8303161 or 13061505. OLE color: 13061505.
HSL color Cylindrical-coordinate representation of color #814DC7: hue angle of 265.57º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814DC7 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 77 | 199 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.22 |
| HSL | 265.57º | 0.52% | 0.54% | - |
| HSV(B) | 265.57º | 0.61% | 0.78% | - |
| XYZ | 22.02 | 14.1 | 55.59 | - |
| YUV | 106.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 199 | 0.35 | 0.61 | 0 | 0.22 | 265.57 | 0.52 | 0.54 |
| Hex | 81 | 4D | C7 | 23 | 3D | 0 | 16 | 10A | 34 | 36 |
| Octal | 201 | 115 | 307 | 43 | 75 | 0 | 26 | 412 | 64 | 66 |
| Binary | 10000001 | 1001101 | 11000111 | 100011 | 111101 | 0 | 10110 | 100001010 | 110100 | 110110 |
Color Harmonies of #814DC7
Complementary color
Monochromatic Colors of #814DC7
Black with #814DC7
Text Example
Text Example
White with #814DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DC7; }
p { color: rgb(129,77,199); }
H1.HeaderClassName
{
color: #814DC7;
}
.AnyTagClassName
{
color: #814DC7;
}
</style>
background-color css
<style>
a { background-color: #814DC7; }
a { background-color: rgb(129,77,199); }
div.DivClassName
{
background-color: #814DC7;
}
.BgClassName
{
background-color: #814DC7;
}
</style>
border-color css
<style>
span { border-color: #814DC7; }
span { border-color: rgb(129,77,199); }
td.TdClassName
{
border-color: #814DC7;
}
.TagClassName
{
border-color: #814DC7;
}
</style>