Shades of Vivid Violet #812DAA
Tints of Vivid Violet #812DAA
RGB
CMYK
RGB Variations
Color information
#812DAA (or 0x812DAA) is known color: Vivid Violet. HEX triplet: 81, 2D and AA. RGB value is (129,45,170). Sum of RGB (Red+Green+Blue) = 129+45+170=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #812DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812DAA is #7ED255. Grayscale: #535353. Windows color (decimal): -8311382 or 11152769. OLE color: 11152769.
HSL color Cylindrical-coordinate representation of color #812DAA: hue angle of 280.32º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812DAA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 45 | 170 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.33 |
| HSL | 280.32º | 0.58% | 0.42% | - |
| HSV(B) | 280.32º | 0.74% | 0.67% | - |
| XYZ | 17.25 | 9.45 | 38.94 | - |
| YUV | 84.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 170 | 0.24 | 0.74 | 0 | 0.33 | 280.32 | 0.58 | 0.42 |
| Hex | 81 | 2D | AA | 18 | 4A | 0 | 21 | 118 | 3A | 2A |
| Octal | 201 | 55 | 252 | 30 | 112 | 0 | 41 | 430 | 72 | 52 |
| Binary | 10000001 | 101101 | 10101010 | 11000 | 1001010 | 0 | 100001 | 100011000 | 111010 | 101010 |
Color Harmonies of #812DAA
Complementary color
Monochromatic Colors of #812DAA
Black with #812DAA
Text Example
Text Example
White with #812DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DAA; }
p { color: rgb(129,45,170); }
H1.HeaderClassName
{
color: #812DAA;
}
.AnyTagClassName
{
color: #812DAA;
}
</style>
background-color css
<style>
a { background-color: #812DAA; }
a { background-color: rgb(129,45,170); }
div.DivClassName
{
background-color: #812DAA;
}
.BgClassName
{
background-color: #812DAA;
}
</style>
border-color css
<style>
span { border-color: #812DAA; }
span { border-color: rgb(129,45,170); }
td.TdClassName
{
border-color: #812DAA;
}
.TagClassName
{
border-color: #812DAA;
}
</style>