Shades of Vivid Violet #812A99
Tints of Vivid Violet #812A99
RGB
CMYK
RGB Variations
Color information
#812A99 (or 0x812A99) is known color: Vivid Violet. HEX triplet: 81, 2A and 99. RGB value is (129,42,153). Sum of RGB (Red+Green+Blue) = 129+42+153=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #812A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812A99 is #7ED566. Grayscale: #505050. Windows color (decimal): -8312167 or 10037889. OLE color: 10037889.
HSL color Cylindrical-coordinate representation of color #812A99: hue angle of 287.03º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812A99 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 42 | 153 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.4 |
| HSL | 287.03º | 0.57% | 0.38% | - |
| HSV(B) | 287.03º | 0.73% | 0.6% | - |
| XYZ | 15.63 | 8.62 | 30.98 | - |
| YUV | 80.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 153 | 0.16 | 0.73 | 0 | 0.4 | 287.03 | 0.57 | 0.38 |
| Hex | 81 | 2A | 99 | 10 | 49 | 0 | 28 | 11F | 39 | 26 |
| Octal | 201 | 52 | 231 | 20 | 111 | 0 | 50 | 437 | 71 | 46 |
| Binary | 10000001 | 101010 | 10011001 | 10000 | 1001001 | 0 | 101000 | 100011111 | 111001 | 100110 |
Color Harmonies of #812A99
Complementary color
Monochromatic Colors of #812A99
Black with #812A99
Text Example
Text Example
White with #812A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A99; }
p { color: rgb(129,42,153); }
H1.HeaderClassName
{
color: #812A99;
}
.AnyTagClassName
{
color: #812A99;
}
</style>
background-color css
<style>
a { background-color: #812A99; }
a { background-color: rgb(129,42,153); }
div.DivClassName
{
background-color: #812A99;
}
.BgClassName
{
background-color: #812A99;
}
</style>
border-color css
<style>
span { border-color: #812A99; }
span { border-color: rgb(129,42,153); }
td.TdClassName
{
border-color: #812A99;
}
.TagClassName
{
border-color: #812A99;
}
</style>