Shades of Vivid Violet #812495
Tints of Vivid Violet #812495
RGB
CMYK
RGB Variations
Color information
#812495 (or 0x812495) is known color: Vivid Violet. HEX triplet: 81, 24 and 95. RGB value is (129,36,149). Sum of RGB (Red+Green+Blue) = 129+36+149=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #812495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812495 is #7EDB6A. Grayscale: #4C4C4C. Windows color (decimal): -8313707 or 9774209. OLE color: 9774209.
HSL color Cylindrical-coordinate representation of color #812495: hue angle of 289.38º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812495 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 36 | 149 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.42 |
| HSL | 289.38º | 0.61% | 0.36% | - |
| HSV(B) | 289.38º | 0.76% | 0.58% | - |
| XYZ | 15.11 | 8.1 | 29.2 | - |
| YUV | 76.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 149 | 0.13 | 0.76 | 0 | 0.42 | 289.38 | 0.61 | 0.36 |
| Hex | 81 | 24 | 95 | D | 4C | 0 | 2A | 121 | 3D | 24 |
| Octal | 201 | 44 | 225 | 15 | 114 | 0 | 52 | 441 | 75 | 44 |
| Binary | 10000001 | 100100 | 10010101 | 1101 | 1001100 | 0 | 101010 | 100100001 | 111101 | 100100 |
Color Harmonies of #812495
Complementary color
Monochromatic Colors of #812495
Black with #812495
Text Example
Text Example
White with #812495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812495; }
p { color: rgb(129,36,149); }
H1.HeaderClassName
{
color: #812495;
}
.AnyTagClassName
{
color: #812495;
}
</style>
background-color css
<style>
a { background-color: #812495; }
a { background-color: rgb(129,36,149); }
div.DivClassName
{
background-color: #812495;
}
.BgClassName
{
background-color: #812495;
}
</style>
border-color css
<style>
span { border-color: #812495; }
span { border-color: rgb(129,36,149); }
td.TdClassName
{
border-color: #812495;
}
.TagClassName
{
border-color: #812495;
}
</style>