Shades of Vivid Violet #812FAA
Tints of Vivid Violet #812FAA
RGB
CMYK
RGB Variations
Color information
#812FAA (or 0x812FAA) is known color: Vivid Violet. HEX triplet: 81, 2F and AA. RGB value is (129,47,170). Sum of RGB (Red+Green+Blue) = 129+47+170=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #812FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812FAA is #7ED055. Grayscale: #555555. Windows color (decimal): -8310870 or 11153281. OLE color: 11153281.
HSL color Cylindrical-coordinate representation of color #812FAA: hue angle of 280º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812FAA is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 47 | 170 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.33 |
| HSL | 280º | 0.57% | 0.43% | - |
| HSV(B) | 280º | 0.72% | 0.67% | - |
| XYZ | 17.33 | 9.6 | 38.97 | - |
| YUV | 85.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 170 | 0.24 | 0.72 | 0 | 0.33 | 280 | 0.57 | 0.43 |
| Hex | 81 | 2F | AA | 18 | 48 | 0 | 21 | 118 | 39 | 2B |
| Octal | 201 | 57 | 252 | 30 | 110 | 0 | 41 | 430 | 71 | 53 |
| Binary | 10000001 | 101111 | 10101010 | 11000 | 1001000 | 0 | 100001 | 100011000 | 111001 | 101011 |
Color Harmonies of #812FAA
Complementary color
Monochromatic Colors of #812FAA
Black with #812FAA
Text Example
Text Example
White with #812FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812FAA; }
p { color: rgb(129,47,170); }
H1.HeaderClassName
{
color: #812FAA;
}
.AnyTagClassName
{
color: #812FAA;
}
</style>
background-color css
<style>
a { background-color: #812FAA; }
a { background-color: rgb(129,47,170); }
div.DivClassName
{
background-color: #812FAA;
}
.BgClassName
{
background-color: #812FAA;
}
</style>
border-color css
<style>
span { border-color: #812FAA; }
span { border-color: rgb(129,47,170); }
td.TdClassName
{
border-color: #812FAA;
}
.TagClassName
{
border-color: #812FAA;
}
</style>