Shades of Deep Lilac #814DBB
Tints of Deep Lilac #814DBB
RGB
CMYK
RGB Variations
Color information
#814DBB (or 0x814DBB) is known color: Deep Lilac. HEX triplet: 81, 4D and BB. RGB value is (129,77,187). Sum of RGB (Red+Green+Blue) = 129+77+187=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #814DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DBB is #7EB244. Grayscale: #686868. Windows color (decimal): -8303173 or 12275073. OLE color: 12275073.
HSL color Cylindrical-coordinate representation of color #814DBB: hue angle of 268.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #814DBB is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 77 | 187 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.27 |
| HSL | 268.36º | 0.45% | 0.52% | - |
| HSV(B) | 268.36º | 0.59% | 0.73% | - |
| XYZ | 20.68 | 13.56 | 48.54 | - |
| YUV | 105.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 187 | 0.31 | 0.59 | 0 | 0.27 | 268.36 | 0.45 | 0.52 |
| Hex | 81 | 4D | BB | 1F | 3B | 0 | 1B | 10C | 2D | 34 |
| Octal | 201 | 115 | 273 | 37 | 73 | 0 | 33 | 414 | 55 | 64 |
| Binary | 10000001 | 1001101 | 10111011 | 11111 | 111011 | 0 | 11011 | 100001100 | 101101 | 110100 |
Color Harmonies of #814DBB
Complementary color
Monochromatic Colors of #814DBB
Black with #814DBB
Text Example
Text Example
White with #814DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DBB; }
p { color: rgb(129,77,187); }
H1.HeaderClassName
{
color: #814DBB;
}
.AnyTagClassName
{
color: #814DBB;
}
</style>
background-color css
<style>
a { background-color: #814DBB; }
a { background-color: rgb(129,77,187); }
div.DivClassName
{
background-color: #814DBB;
}
.BgClassName
{
background-color: #814DBB;
}
</style>
border-color css
<style>
span { border-color: #814DBB; }
span { border-color: rgb(129,77,187); }
td.TdClassName
{
border-color: #814DBB;
}
.TagClassName
{
border-color: #814DBB;
}
</style>