Shades of Vivid Violet #812D8A
Tints of Vivid Violet #812D8A
RGB
CMYK
RGB Variations
Color information
#812D8A (or 0x812D8A) is known color: Vivid Violet. HEX triplet: 81, 2D and 8A. RGB value is (129,45,138). Sum of RGB (Red+Green+Blue) = 129+45+138=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #812D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812D8A is #7ED275. Grayscale: #505050. Windows color (decimal): -8311414 or 9055617. OLE color: 9055617.
HSL color Cylindrical-coordinate representation of color #812D8A: hue angle of 294.19º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812D8A is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 45 | 138 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.46 |
| HSL | 294.19º | 0.51% | 0.36% | - |
| HSV(B) | 294.19º | 0.67% | 0.54% | - |
| XYZ | 14.58 | 8.38 | 24.89 | - |
| YUV | 80.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 138 | 0.07 | 0.67 | 0 | 0.46 | 294.19 | 0.51 | 0.36 |
| Hex | 81 | 2D | 8A | 7 | 43 | 0 | 2E | 126 | 33 | 24 |
| Octal | 201 | 55 | 212 | 7 | 103 | 0 | 56 | 446 | 63 | 44 |
| Binary | 10000001 | 101101 | 10001010 | 111 | 1000011 | 0 | 101110 | 100100110 | 110011 | 100100 |
Color Harmonies of #812D8A
Complementary color
Monochromatic Colors of #812D8A
Black with #812D8A
Text Example
Text Example
White with #812D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D8A; }
p { color: rgb(129,45,138); }
H1.HeaderClassName
{
color: #812D8A;
}
.AnyTagClassName
{
color: #812D8A;
}
</style>
background-color css
<style>
a { background-color: #812D8A; }
a { background-color: rgb(129,45,138); }
div.DivClassName
{
background-color: #812D8A;
}
.BgClassName
{
background-color: #812D8A;
}
</style>
border-color css
<style>
span { border-color: #812D8A; }
span { border-color: rgb(129,45,138); }
td.TdClassName
{
border-color: #812D8A;
}
.TagClassName
{
border-color: #812D8A;
}
</style>