Shades of Vivid Violet #813F91
Tints of Vivid Violet #813F91
RGB
CMYK
RGB Variations
Color information
#813F91 (or 0x813F91) is known color: Vivid Violet. HEX triplet: 81, 3F and 91. RGB value is (129,63,145). Sum of RGB (Red+Green+Blue) = 129+63+145=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #813F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813F91 is #7EC06E. Grayscale: #5B5B5B. Windows color (decimal): -8306799 or 9518977. OLE color: 9518977.
HSL color Cylindrical-coordinate representation of color #813F91: hue angle of 288.29º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813F91 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 63 | 145 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.43 |
| HSL | 288.29º | 0.39% | 0.41% | - |
| HSV(B) | 288.29º | 0.57% | 0.57% | - |
| XYZ | 15.94 | 10.27 | 27.93 | - |
| YUV | 92.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 145 | 0.11 | 0.57 | 0 | 0.43 | 288.29 | 0.39 | 0.41 |
| Hex | 81 | 3F | 91 | B | 39 | 0 | 2B | 120 | 27 | 29 |
| Octal | 201 | 77 | 221 | 13 | 71 | 0 | 53 | 440 | 47 | 51 |
| Binary | 10000001 | 111111 | 10010001 | 1011 | 111001 | 0 | 101011 | 100100000 | 100111 | 101001 |
Color Harmonies of #813F91
Complementary color
Monochromatic Colors of #813F91
Black with #813F91
Text Example
Text Example
White with #813F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F91; }
p { color: rgb(129,63,145); }
H1.HeaderClassName
{
color: #813F91;
}
.AnyTagClassName
{
color: #813F91;
}
</style>
background-color css
<style>
a { background-color: #813F91; }
a { background-color: rgb(129,63,145); }
div.DivClassName
{
background-color: #813F91;
}
.BgClassName
{
background-color: #813F91;
}
</style>
border-color css
<style>
span { border-color: #813F91; }
span { border-color: rgb(129,63,145); }
td.TdClassName
{
border-color: #813F91;
}
.TagClassName
{
border-color: #813F91;
}
</style>