Shades of Deep Lilac #8146BE
Tints of Deep Lilac #8146BE
RGB
CMYK
RGB Variations
Color information
#8146BE (or 0x8146BE) is known color: Deep Lilac. HEX triplet: 81, 46 and BE. RGB value is (129,70,190). Sum of RGB (Red+Green+Blue) = 129+70+190=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #8146BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146BE is #7EB941. Grayscale: #646464. Windows color (decimal): -8304962 or 12469889. OLE color: 12469889.
HSL color Cylindrical-coordinate representation of color #8146BE: hue angle of 269.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8146BE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 70 | 190 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.25 |
| HSL | 269.5º | 0.48% | 0.51% | - |
| HSV(B) | 269.5º | 0.63% | 0.75% | - |
| XYZ | 20.54 | 12.77 | 50.1 | - |
| YUV | 101.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 190 | 0.32 | 0.63 | 0 | 0.25 | 269.5 | 0.48 | 0.51 |
| Hex | 81 | 46 | BE | 20 | 3F | 0 | 19 | 10E | 30 | 33 |
| Octal | 201 | 106 | 276 | 40 | 77 | 0 | 31 | 416 | 60 | 63 |
| Binary | 10000001 | 1000110 | 10111110 | 100000 | 111111 | 0 | 11001 | 100001110 | 110000 | 110011 |
Color Harmonies of #8146BE
Complementary color
Monochromatic Colors of #8146BE
Black with #8146BE
Text Example
Text Example
White with #8146BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8146BE; }
p { color: rgb(129,70,190); }
H1.HeaderClassName
{
color: #8146BE;
}
.AnyTagClassName
{
color: #8146BE;
}
</style>
background-color css
<style>
a { background-color: #8146BE; }
a { background-color: rgb(129,70,190); }
div.DivClassName
{
background-color: #8146BE;
}
.BgClassName
{
background-color: #8146BE;
}
</style>
border-color css
<style>
span { border-color: #8146BE; }
span { border-color: rgb(129,70,190); }
td.TdClassName
{
border-color: #8146BE;
}
.TagClassName
{
border-color: #8146BE;
}
</style>