Shades of Blue Violet #812EEC
Tints of Blue Violet #812EEC
RGB
CMYK
RGB Variations
Color information
#812EEC (or 0x812EEC) is known color: Blue Violet. HEX triplet: 81, 2E and EC. RGB value is (129,46,236). Sum of RGB (Red+Green+Blue) = 129+46+236=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #812EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812EEC is #7ED113. Grayscale: #5B5B5B. Windows color (decimal): -8311060 or 15478401. OLE color: 15478401.
HSL color Cylindrical-coordinate representation of color #812EEC: hue angle of 266.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812EEC is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 46 | 236 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.07 |
| HSL | 266.21º | 0.83% | 0.55% | - |
| HSV(B) | 266.21º | 0.81% | 0.93% | - |
| XYZ | 25.17 | 12.68 | 80.48 | - |
| YUV | 92.48 | 209 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 236 | 0.45 | 0.81 | 0 | 0.07 | 266.21 | 0.83 | 0.55 |
| Hex | 81 | 2E | EC | 2D | 51 | 0 | 7 | 10A | 53 | 37 |
| Octal | 201 | 56 | 354 | 55 | 121 | 0 | 7 | 412 | 123 | 67 |
| Binary | 10000001 | 101110 | 11101100 | 101101 | 1010001 | 0 | 111 | 100001010 | 1010011 | 110111 |
Color Harmonies of #812EEC
Complementary color
Monochromatic Colors of #812EEC
Black with #812EEC
Text Example
Text Example
White with #812EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812EEC; }
p { color: rgb(129,46,236); }
H1.HeaderClassName
{
color: #812EEC;
}
.AnyTagClassName
{
color: #812EEC;
}
</style>
background-color css
<style>
a { background-color: #812EEC; }
a { background-color: rgb(129,46,236); }
div.DivClassName
{
background-color: #812EEC;
}
.BgClassName
{
background-color: #812EEC;
}
</style>
border-color css
<style>
span { border-color: #812EEC; }
span { border-color: rgb(129,46,236); }
td.TdClassName
{
border-color: #812EEC;
}
.TagClassName
{
border-color: #812EEC;
}
</style>