Shades of Deep Lilac #814ACB
Tints of Deep Lilac #814ACB
RGB
CMYK
RGB Variations
Color information
#814ACB (or 0x814ACB) is known color: Deep Lilac. HEX triplet: 81, 4A and CB. RGB value is (129,74,203). Sum of RGB (Red+Green+Blue) = 129+74+203=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #814ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ACB is #7EB534. Grayscale: #686868. Windows color (decimal): -8303925 or 13322881. OLE color: 13322881.
HSL color Cylindrical-coordinate representation of color #814ACB: hue angle of 265.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #814ACB is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 74 | 203 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.20 |
| HSL | 265.58º | 0.55% | 0.54% | - |
| HSV(B) | 265.58º | 0.64% | 0.8% | - |
| XYZ | 22.28 | 13.88 | 58 | - |
| YUV | 105.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 203 | 0.36 | 0.64 | 0 | 0.20 | 265.58 | 0.55 | 0.54 |
| Hex | 81 | 4A | CB | 24 | 40 | 0 | 14 | 10A | 37 | 36 |
| Octal | 201 | 112 | 313 | 44 | 100 | 0 | 24 | 412 | 67 | 66 |
| Binary | 10000001 | 1001010 | 11001011 | 100100 | 1000000 | 0 | 10100 | 100001010 | 110111 | 110110 |
Color Harmonies of #814ACB
Complementary color
Monochromatic Colors of #814ACB
Black with #814ACB
Text Example
Text Example
White with #814ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814ACB; }
p { color: rgb(129,74,203); }
H1.HeaderClassName
{
color: #814ACB;
}
.AnyTagClassName
{
color: #814ACB;
}
</style>
background-color css
<style>
a { background-color: #814ACB; }
a { background-color: rgb(129,74,203); }
div.DivClassName
{
background-color: #814ACB;
}
.BgClassName
{
background-color: #814ACB;
}
</style>
border-color css
<style>
span { border-color: #814ACB; }
span { border-color: rgb(129,74,203); }
td.TdClassName
{
border-color: #814ACB;
}
.TagClassName
{
border-color: #814ACB;
}
</style>