Shades of Deep Lilac #814FC2
Tints of Deep Lilac #814FC2
RGB
CMYK
RGB Variations
Color information
#814FC2 (or 0x814FC2) is known color: Deep Lilac. HEX triplet: 81, 4F and C2. RGB value is (129,79,194). Sum of RGB (Red+Green+Blue) = 129+79+194=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #814FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FC2 is #7EB03D. Grayscale: #6A6A6A. Windows color (decimal): -8302654 or 12734337. OLE color: 12734337.
HSL color Cylindrical-coordinate representation of color #814FC2: hue angle of 266.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #814FC2 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 79 | 194 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.24 |
| HSL | 266.09º | 0.49% | 0.54% | - |
| HSV(B) | 266.09º | 0.59% | 0.76% | - |
| XYZ | 21.59 | 14.15 | 52.63 | - |
| YUV | 107.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 194 | 0.34 | 0.59 | 0 | 0.24 | 266.09 | 0.49 | 0.54 |
| Hex | 81 | 4F | C2 | 22 | 3B | 0 | 18 | 10A | 31 | 36 |
| Octal | 201 | 117 | 302 | 42 | 73 | 0 | 30 | 412 | 61 | 66 |
| Binary | 10000001 | 1001111 | 11000010 | 100010 | 111011 | 0 | 11000 | 100001010 | 110001 | 110110 |
Color Harmonies of #814FC2
Complementary color
Monochromatic Colors of #814FC2
Black with #814FC2
Text Example
Text Example
White with #814FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FC2; }
p { color: rgb(129,79,194); }
H1.HeaderClassName
{
color: #814FC2;
}
.AnyTagClassName
{
color: #814FC2;
}
</style>
background-color css
<style>
a { background-color: #814FC2; }
a { background-color: rgb(129,79,194); }
div.DivClassName
{
background-color: #814FC2;
}
.BgClassName
{
background-color: #814FC2;
}
</style>
border-color css
<style>
span { border-color: #814FC2; }
span { border-color: rgb(129,79,194); }
td.TdClassName
{
border-color: #814FC2;
}
.TagClassName
{
border-color: #814FC2;
}
</style>