Shades of Vivid Violet #812595
Tints of Vivid Violet #812595
RGB
CMYK
RGB Variations
Color information
#812595 (or 0x812595) is known color: Vivid Violet. HEX triplet: 81, 25 and 95. RGB value is (129,37,149). Sum of RGB (Red+Green+Blue) = 129+37+149=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #812595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812595 is #7EDA6A. Grayscale: #4C4C4C. Windows color (decimal): -8313451 or 9774465. OLE color: 9774465.
HSL color Cylindrical-coordinate representation of color #812595: hue angle of 289.29º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812595 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 37 | 149 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.42 |
| HSL | 289.29º | 0.6% | 0.36% | - |
| HSV(B) | 289.29º | 0.75% | 0.58% | - |
| XYZ | 15.14 | 8.16 | 29.21 | - |
| YUV | 77.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 149 | 0.13 | 0.75 | 0 | 0.42 | 289.29 | 0.6 | 0.36 |
| Hex | 81 | 25 | 95 | D | 4B | 0 | 2A | 121 | 3C | 24 |
| Octal | 201 | 45 | 225 | 15 | 113 | 0 | 52 | 441 | 74 | 44 |
| Binary | 10000001 | 100101 | 10010101 | 1101 | 1001011 | 0 | 101010 | 100100001 | 111100 | 100100 |
Color Harmonies of #812595
Complementary color
Monochromatic Colors of #812595
Black with #812595
Text Example
Text Example
White with #812595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812595; }
p { color: rgb(129,37,149); }
H1.HeaderClassName
{
color: #812595;
}
.AnyTagClassName
{
color: #812595;
}
</style>
background-color css
<style>
a { background-color: #812595; }
a { background-color: rgb(129,37,149); }
div.DivClassName
{
background-color: #812595;
}
.BgClassName
{
background-color: #812595;
}
</style>
border-color css
<style>
span { border-color: #812595; }
span { border-color: rgb(129,37,149); }
td.TdClassName
{
border-color: #812595;
}
.TagClassName
{
border-color: #812595;
}
</style>