Shades of Deep Lilac #814AC7
Tints of Deep Lilac #814AC7
RGB
CMYK
RGB Variations
Color information
#814AC7 (or 0x814AC7) is known color: Deep Lilac. HEX triplet: 81, 4A and C7. RGB value is (129,74,199). Sum of RGB (Red+Green+Blue) = 129+74+199=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #814AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814AC7 is #7EB538. Grayscale: #686868. Windows color (decimal): -8303929 or 13060737. OLE color: 13060737.
HSL color Cylindrical-coordinate representation of color #814AC7: hue angle of 266.4º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #814AC7 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 74 | 199 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.22 |
| HSL | 266.4º | 0.53% | 0.54% | - |
| HSV(B) | 266.4º | 0.63% | 0.78% | - |
| XYZ | 21.81 | 13.69 | 55.53 | - |
| YUV | 104.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 199 | 0.35 | 0.63 | 0 | 0.22 | 266.4 | 0.53 | 0.54 |
| Hex | 81 | 4A | C7 | 23 | 3F | 0 | 16 | 10A | 35 | 36 |
| Octal | 201 | 112 | 307 | 43 | 77 | 0 | 26 | 412 | 65 | 66 |
| Binary | 10000001 | 1001010 | 11000111 | 100011 | 111111 | 0 | 10110 | 100001010 | 110101 | 110110 |
Color Harmonies of #814AC7
Complementary color
Monochromatic Colors of #814AC7
Black with #814AC7
Text Example
Text Example
White with #814AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814AC7; }
p { color: rgb(129,74,199); }
H1.HeaderClassName
{
color: #814AC7;
}
.AnyTagClassName
{
color: #814AC7;
}
</style>
background-color css
<style>
a { background-color: #814AC7; }
a { background-color: rgb(129,74,199); }
div.DivClassName
{
background-color: #814AC7;
}
.BgClassName
{
background-color: #814AC7;
}
</style>
border-color css
<style>
span { border-color: #814AC7; }
span { border-color: rgb(129,74,199); }
td.TdClassName
{
border-color: #814AC7;
}
.TagClassName
{
border-color: #814AC7;
}
</style>