Shades of Vivid Violet #812D95
Tints of Vivid Violet #812D95
RGB
CMYK
RGB Variations
Color information
#812D95 (or 0x812D95) is known color: Vivid Violet. HEX triplet: 81, 2D and 95. RGB value is (129,45,149). Sum of RGB (Red+Green+Blue) = 129+45+149=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #812D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812D95 is #7ED26A. Grayscale: #515151. Windows color (decimal): -8311403 or 9776513. OLE color: 9776513.
HSL color Cylindrical-coordinate representation of color #812D95: hue angle of 288.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812D95 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 45 | 149 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.42 |
| HSL | 288.46º | 0.54% | 0.38% | - |
| HSV(B) | 288.46º | 0.7% | 0.58% | - |
| XYZ | 15.42 | 8.71 | 29.3 | - |
| YUV | 81.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 149 | 0.13 | 0.70 | 0 | 0.42 | 288.46 | 0.54 | 0.38 |
| Hex | 81 | 2D | 95 | D | 46 | 0 | 2A | 120 | 36 | 26 |
| Octal | 201 | 55 | 225 | 15 | 106 | 0 | 52 | 440 | 66 | 46 |
| Binary | 10000001 | 101101 | 10010101 | 1101 | 1000110 | 0 | 101010 | 100100000 | 110110 | 100110 |
Color Harmonies of #812D95
Complementary color
Monochromatic Colors of #812D95
Black with #812D95
Text Example
Text Example
White with #812D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D95; }
p { color: rgb(129,45,149); }
H1.HeaderClassName
{
color: #812D95;
}
.AnyTagClassName
{
color: #812D95;
}
</style>
background-color css
<style>
a { background-color: #812D95; }
a { background-color: rgb(129,45,149); }
div.DivClassName
{
background-color: #812D95;
}
.BgClassName
{
background-color: #812D95;
}
</style>
border-color css
<style>
span { border-color: #812D95; }
span { border-color: rgb(129,45,149); }
td.TdClassName
{
border-color: #812D95;
}
.TagClassName
{
border-color: #812D95;
}
</style>