Shades of Vivid Violet #812DAE
Tints of Vivid Violet #812DAE
RGB
CMYK
RGB Variations
Color information
#812DAE (or 0x812DAE) is known color: Vivid Violet. HEX triplet: 81, 2D and AE. RGB value is (129,45,174). Sum of RGB (Red+Green+Blue) = 129+45+174=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #812DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812DAE is #7ED251. Grayscale: #545454. Windows color (decimal): -8311378 or 11414913. OLE color: 11414913.
HSL color Cylindrical-coordinate representation of color #812DAE: hue angle of 279.07º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812DAE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 45 | 174 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.32 |
| HSL | 279.07º | 0.59% | 0.43% | - |
| HSV(B) | 279.07º | 0.74% | 0.68% | - |
| XYZ | 17.63 | 9.6 | 40.97 | - |
| YUV | 84.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 174 | 0.26 | 0.74 | 0 | 0.32 | 279.07 | 0.59 | 0.43 |
| Hex | 81 | 2D | AE | 1A | 4A | 0 | 20 | 117 | 3B | 2B |
| Octal | 201 | 55 | 256 | 32 | 112 | 0 | 40 | 427 | 73 | 53 |
| Binary | 10000001 | 101101 | 10101110 | 11010 | 1001010 | 0 | 100000 | 100010111 | 111011 | 101011 |
Color Harmonies of #812DAE
Complementary color
Monochromatic Colors of #812DAE
Black with #812DAE
Text Example
Text Example
White with #812DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DAE; }
p { color: rgb(129,45,174); }
H1.HeaderClassName
{
color: #812DAE;
}
.AnyTagClassName
{
color: #812DAE;
}
</style>
background-color css
<style>
a { background-color: #812DAE; }
a { background-color: rgb(129,45,174); }
div.DivClassName
{
background-color: #812DAE;
}
.BgClassName
{
background-color: #812DAE;
}
</style>
border-color css
<style>
span { border-color: #812DAE; }
span { border-color: rgb(129,45,174); }
td.TdClassName
{
border-color: #812DAE;
}
.TagClassName
{
border-color: #812DAE;
}
</style>