Shades of Deep Lilac #814BC8
Tints of Deep Lilac #814BC8
RGB
CMYK
RGB Variations
Color information
#814BC8 (or 0x814BC8) is known color: Deep Lilac. HEX triplet: 81, 4B and C8. RGB value is (129,75,200). Sum of RGB (Red+Green+Blue) = 129+75+200=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #814BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BC8 is #7EB437. Grayscale: #686868. Windows color (decimal): -8303672 or 13126529. OLE color: 13126529.
HSL color Cylindrical-coordinate representation of color #814BC8: hue angle of 265.92º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814BC8 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 75 | 200 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.22 |
| HSL | 265.92º | 0.53% | 0.54% | - |
| HSV(B) | 265.92º | 0.63% | 0.78% | - |
| XYZ | 21.99 | 13.87 | 56.16 | - |
| YUV | 105.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 200 | 0.36 | 0.62 | 0 | 0.22 | 265.92 | 0.53 | 0.54 |
| Hex | 81 | 4B | C8 | 24 | 3E | 0 | 16 | 10A | 35 | 36 |
| Octal | 201 | 113 | 310 | 44 | 76 | 0 | 26 | 412 | 65 | 66 |
| Binary | 10000001 | 1001011 | 11001000 | 100100 | 111110 | 0 | 10110 | 100001010 | 110101 | 110110 |
Color Harmonies of #814BC8
Complementary color
Monochromatic Colors of #814BC8
Black with #814BC8
Text Example
Text Example
White with #814BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BC8; }
p { color: rgb(129,75,200); }
H1.HeaderClassName
{
color: #814BC8;
}
.AnyTagClassName
{
color: #814BC8;
}
</style>
background-color css
<style>
a { background-color: #814BC8; }
a { background-color: rgb(129,75,200); }
div.DivClassName
{
background-color: #814BC8;
}
.BgClassName
{
background-color: #814BC8;
}
</style>
border-color css
<style>
span { border-color: #814BC8; }
span { border-color: rgb(129,75,200); }
td.TdClassName
{
border-color: #814BC8;
}
.TagClassName
{
border-color: #814BC8;
}
</style>