Shades of Blue Violet #812CEE
Tints of Blue Violet #812CEE
RGB
CMYK
RGB Variations
Color information
#812CEE (or 0x812CEE) is known color: Blue Violet. HEX triplet: 81, 2C and EE. RGB value is (129,44,238). Sum of RGB (Red+Green+Blue) = 129+44+238=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #812CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812CEE is #7ED311. Grayscale: #5A5A5A. Windows color (decimal): -8311570 or 15608961. OLE color: 15608961.
HSL color Cylindrical-coordinate representation of color #812CEE: hue angle of 266.29º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #812CEE is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 44 | 238 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.07 |
| HSL | 266.29º | 0.85% | 0.55% | - |
| HSV(B) | 266.29º | 0.82% | 0.93% | - |
| XYZ | 25.39 | 12.64 | 81.99 | - |
| YUV | 91.53 | 210.66 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 238 | 0.46 | 0.82 | 0 | 0.07 | 266.29 | 0.85 | 0.55 |
| Hex | 81 | 2C | EE | 2E | 52 | 0 | 7 | 10A | 55 | 37 |
| Octal | 201 | 54 | 356 | 56 | 122 | 0 | 7 | 412 | 125 | 67 |
| Binary | 10000001 | 101100 | 11101110 | 101110 | 1010010 | 0 | 111 | 100001010 | 1010101 | 110111 |
Color Harmonies of #812CEE
Complementary color
Monochromatic Colors of #812CEE
Black with #812CEE
Text Example
Text Example
White with #812CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812CEE; }
p { color: rgb(129,44,238); }
H1.HeaderClassName
{
color: #812CEE;
}
.AnyTagClassName
{
color: #812CEE;
}
</style>
background-color css
<style>
a { background-color: #812CEE; }
a { background-color: rgb(129,44,238); }
div.DivClassName
{
background-color: #812CEE;
}
.BgClassName
{
background-color: #812CEE;
}
</style>
border-color css
<style>
span { border-color: #812CEE; }
span { border-color: rgb(129,44,238); }
td.TdClassName
{
border-color: #812CEE;
}
.TagClassName
{
border-color: #812CEE;
}
</style>