Shades of Deep Lilac #814BBD
Tints of Deep Lilac #814BBD
RGB
CMYK
RGB Variations
Color information
#814BBD (or 0x814BBD) is known color: Deep Lilac. HEX triplet: 81, 4B and BD. RGB value is (129,75,189). Sum of RGB (Red+Green+Blue) = 129+75+189=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #814BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BBD is #7EB442. Grayscale: #676767. Windows color (decimal): -8303683 or 12405633. OLE color: 12405633.
HSL color Cylindrical-coordinate representation of color #814BBD: hue angle of 268.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814BBD is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 75 | 189 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.26 |
| HSL | 268.42º | 0.46% | 0.52% | - |
| HSV(B) | 268.42º | 0.6% | 0.74% | - |
| XYZ | 20.75 | 13.37 | 49.63 | - |
| YUV | 104.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 189 | 0.32 | 0.60 | 0 | 0.26 | 268.42 | 0.46 | 0.52 |
| Hex | 81 | 4B | BD | 20 | 3C | 0 | 1A | 10C | 2E | 34 |
| Octal | 201 | 113 | 275 | 40 | 74 | 0 | 32 | 414 | 56 | 64 |
| Binary | 10000001 | 1001011 | 10111101 | 100000 | 111100 | 0 | 11010 | 100001100 | 101110 | 110100 |
Color Harmonies of #814BBD
Complementary color
Monochromatic Colors of #814BBD
Black with #814BBD
Text Example
Text Example
White with #814BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BBD; }
p { color: rgb(129,75,189); }
H1.HeaderClassName
{
color: #814BBD;
}
.AnyTagClassName
{
color: #814BBD;
}
</style>
background-color css
<style>
a { background-color: #814BBD; }
a { background-color: rgb(129,75,189); }
div.DivClassName
{
background-color: #814BBD;
}
.BgClassName
{
background-color: #814BBD;
}
</style>
border-color css
<style>
span { border-color: #814BBD; }
span { border-color: rgb(129,75,189); }
td.TdClassName
{
border-color: #814BBD;
}
.TagClassName
{
border-color: #814BBD;
}
</style>