Shades of Blue Violet #812DEE
Tints of Blue Violet #812DEE
RGB
CMYK
RGB Variations
Color information
#812DEE (or 0x812DEE) is known color: Blue Violet. HEX triplet: 81, 2D and EE. RGB value is (129,45,238). Sum of RGB (Red+Green+Blue) = 129+45+238=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #812DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812DEE is #7ED211. Grayscale: #5B5B5B. Windows color (decimal): -8311314 or 15609217. OLE color: 15609217.
HSL color Cylindrical-coordinate representation of color #812DEE: hue angle of 266.11º degrees, saturation: 0.85, 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 #812DEE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 45 | 238 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.07 |
| HSL | 266.11º | 0.85% | 0.55% | - |
| HSV(B) | 266.11º | 0.81% | 0.93% | - |
| XYZ | 25.42 | 12.72 | 82 | - |
| YUV | 92.12 | 210.33 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 238 | 0.46 | 0.81 | 0 | 0.07 | 266.11 | 0.85 | 0.55 |
| Hex | 81 | 2D | EE | 2E | 51 | 0 | 7 | 10A | 55 | 37 |
| Octal | 201 | 55 | 356 | 56 | 121 | 0 | 7 | 412 | 125 | 67 |
| Binary | 10000001 | 101101 | 11101110 | 101110 | 1010001 | 0 | 111 | 100001010 | 1010101 | 110111 |
Color Harmonies of #812DEE
Complementary color
Monochromatic Colors of #812DEE
Black with #812DEE
Text Example
Text Example
White with #812DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DEE; }
p { color: rgb(129,45,238); }
H1.HeaderClassName
{
color: #812DEE;
}
.AnyTagClassName
{
color: #812DEE;
}
</style>
background-color css
<style>
a { background-color: #812DEE; }
a { background-color: rgb(129,45,238); }
div.DivClassName
{
background-color: #812DEE;
}
.BgClassName
{
background-color: #812DEE;
}
</style>
border-color css
<style>
span { border-color: #812DEE; }
span { border-color: rgb(129,45,238); }
td.TdClassName
{
border-color: #812DEE;
}
.TagClassName
{
border-color: #812DEE;
}
</style>