Shades of Vivid Violet #812DA3
Tints of Vivid Violet #812DA3
RGB
CMYK
RGB Variations
Color information
#812DA3 (or 0x812DA3) is known color: Vivid Violet. HEX triplet: 81, 2D and A3. RGB value is (129,45,163). Sum of RGB (Red+Green+Blue) = 129+45+163=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #812DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812DA3 is #7ED25C. Grayscale: #535353. Windows color (decimal): -8311389 or 10694017. OLE color: 10694017.
HSL color Cylindrical-coordinate representation of color #812DA3: hue angle of 282.71º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812DA3 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 45 | 163 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.36 |
| HSL | 282.71º | 0.57% | 0.41% | - |
| HSV(B) | 282.71º | 0.72% | 0.64% | - |
| XYZ | 16.6 | 9.19 | 35.55 | - |
| YUV | 83.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 163 | 0.21 | 0.72 | 0 | 0.36 | 282.71 | 0.57 | 0.41 |
| Hex | 81 | 2D | A3 | 15 | 48 | 0 | 24 | 11B | 39 | 29 |
| Octal | 201 | 55 | 243 | 25 | 110 | 0 | 44 | 433 | 71 | 51 |
| Binary | 10000001 | 101101 | 10100011 | 10101 | 1001000 | 0 | 100100 | 100011011 | 111001 | 101001 |
Color Harmonies of #812DA3
Complementary color
Monochromatic Colors of #812DA3
Black with #812DA3
Text Example
Text Example
White with #812DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DA3; }
p { color: rgb(129,45,163); }
H1.HeaderClassName
{
color: #812DA3;
}
.AnyTagClassName
{
color: #812DA3;
}
</style>
background-color css
<style>
a { background-color: #812DA3; }
a { background-color: rgb(129,45,163); }
div.DivClassName
{
background-color: #812DA3;
}
.BgClassName
{
background-color: #812DA3;
}
</style>
border-color css
<style>
span { border-color: #812DA3; }
span { border-color: rgb(129,45,163); }
td.TdClassName
{
border-color: #812DA3;
}
.TagClassName
{
border-color: #812DA3;
}
</style>