Shades of Blue Violet #812DCA
Tints of Blue Violet #812DCA
RGB
CMYK
RGB Variations
Color information
#812DCA (or 0x812DCA) is known color: Blue Violet. HEX triplet: 81, 2D and CA. RGB value is (129,45,202). Sum of RGB (Red+Green+Blue) = 129+45+202=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #812DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DCA is #7ED235. Grayscale: #575757. Windows color (decimal): -8311350 or 13249921. OLE color: 13249921.
HSL color Cylindrical-coordinate representation of color #812DCA: hue angle of 272.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812DCA is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 45 | 202 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.21 |
| HSL | 272.1º | 0.64% | 0.48% | - |
| HSV(B) | 272.1º | 0.78% | 0.79% | - |
| XYZ | 20.65 | 10.81 | 56.87 | - |
| YUV | 88.01 | 192.33 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 202 | 0.36 | 0.78 | 0 | 0.21 | 272.1 | 0.64 | 0.48 |
| Hex | 81 | 2D | CA | 24 | 4E | 0 | 15 | 110 | 40 | 30 |
| Octal | 201 | 55 | 312 | 44 | 116 | 0 | 25 | 420 | 100 | 60 |
| Binary | 10000001 | 101101 | 11001010 | 100100 | 1001110 | 0 | 10101 | 100010000 | 1000000 | 110000 |
Color Harmonies of #812DCA
Complementary color
Monochromatic Colors of #812DCA
Black with #812DCA
Text Example
Text Example
White with #812DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DCA; }
p { color: rgb(129,45,202); }
H1.HeaderClassName
{
color: #812DCA;
}
.AnyTagClassName
{
color: #812DCA;
}
</style>
background-color css
<style>
a { background-color: #812DCA; }
a { background-color: rgb(129,45,202); }
div.DivClassName
{
background-color: #812DCA;
}
.BgClassName
{
background-color: #812DCA;
}
</style>
border-color css
<style>
span { border-color: #812DCA; }
span { border-color: rgb(129,45,202); }
td.TdClassName
{
border-color: #812DCA;
}
.TagClassName
{
border-color: #812DCA;
}
</style>