Shades of Deep Lilac #814AC4
Tints of Deep Lilac #814AC4
RGB
CMYK
RGB Variations
Color information
#814AC4 (or 0x814AC4) is known color: Deep Lilac. HEX triplet: 81, 4A and C4. RGB value is (129,74,196). Sum of RGB (Red+Green+Blue) = 129+74+196=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #814AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814AC4 is #7EB53B. Grayscale: #676767. Windows color (decimal): -8303932 or 12864129. OLE color: 12864129.
HSL color Cylindrical-coordinate representation of color #814AC4: hue angle of 267.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814AC4 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 74 | 196 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.23 |
| HSL | 267.05º | 0.51% | 0.53% | - |
| HSV(B) | 267.05º | 0.62% | 0.77% | - |
| XYZ | 21.47 | 13.55 | 53.71 | - |
| YUV | 104.35 | 179.72 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 196 | 0.34 | 0.62 | 0 | 0.23 | 267.05 | 0.51 | 0.53 |
| Hex | 81 | 4A | C4 | 22 | 3E | 0 | 17 | 10B | 33 | 35 |
| Octal | 201 | 112 | 304 | 42 | 76 | 0 | 27 | 413 | 63 | 65 |
| Binary | 10000001 | 1001010 | 11000100 | 100010 | 111110 | 0 | 10111 | 100001011 | 110011 | 110101 |
Color Harmonies of #814AC4
Complementary color
Monochromatic Colors of #814AC4
Black with #814AC4
Text Example
Text Example
White with #814AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814AC4; }
p { color: rgb(129,74,196); }
H1.HeaderClassName
{
color: #814AC4;
}
.AnyTagClassName
{
color: #814AC4;
}
</style>
background-color css
<style>
a { background-color: #814AC4; }
a { background-color: rgb(129,74,196); }
div.DivClassName
{
background-color: #814AC4;
}
.BgClassName
{
background-color: #814AC4;
}
</style>
border-color css
<style>
span { border-color: #814AC4; }
span { border-color: rgb(129,74,196); }
td.TdClassName
{
border-color: #814AC4;
}
.TagClassName
{
border-color: #814AC4;
}
</style>