Shades of Blue Violet #812DCE
Tints of Blue Violet #812DCE
RGB
CMYK
RGB Variations
Color information
#812DCE (or 0x812DCE) is known color: Blue Violet. HEX triplet: 81, 2D and CE. RGB value is (129,45,206). Sum of RGB (Red+Green+Blue) = 129+45+206=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #812DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DCE is #7ED231. Grayscale: #575757. Windows color (decimal): -8311346 or 13512065. OLE color: 13512065.
HSL color Cylindrical-coordinate representation of color #812DCE: hue angle of 271.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812DCE is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 45 | 206 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.19 |
| HSL | 271.3º | 0.64% | 0.49% | - |
| HSV(B) | 271.3º | 0.78% | 0.81% | - |
| XYZ | 21.13 | 11 | 59.4 | - |
| YUV | 88.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 206 | 0.37 | 0.78 | 0 | 0.19 | 271.3 | 0.64 | 0.49 |
| Hex | 81 | 2D | CE | 25 | 4E | 0 | 13 | 10F | 40 | 31 |
| Octal | 201 | 55 | 316 | 45 | 116 | 0 | 23 | 417 | 100 | 61 |
| Binary | 10000001 | 101101 | 11001110 | 100101 | 1001110 | 0 | 10011 | 100001111 | 1000000 | 110001 |
Color Harmonies of #812DCE
Complementary color
Monochromatic Colors of #812DCE
Black with #812DCE
Text Example
Text Example
White with #812DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DCE; }
p { color: rgb(129,45,206); }
H1.HeaderClassName
{
color: #812DCE;
}
.AnyTagClassName
{
color: #812DCE;
}
</style>
background-color css
<style>
a { background-color: #812DCE; }
a { background-color: rgb(129,45,206); }
div.DivClassName
{
background-color: #812DCE;
}
.BgClassName
{
background-color: #812DCE;
}
</style>
border-color css
<style>
span { border-color: #812DCE; }
span { border-color: rgb(129,45,206); }
td.TdClassName
{
border-color: #812DCE;
}
.TagClassName
{
border-color: #812DCE;
}
</style>