Shades of Vivid Violet #813E87
Tints of Vivid Violet #813E87
RGB
CMYK
RGB Variations
Color information
#813E87 (or 0x813E87) is known color: Vivid Violet. HEX triplet: 81, 3E and 87. RGB value is (129,62,135). Sum of RGB (Red+Green+Blue) = 129+62+135=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #813E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813E87 is #7EC178. Grayscale: #5A5A5A. Windows color (decimal): -8307065 or 8863361. OLE color: 8863361.
HSL color Cylindrical-coordinate representation of color #813E87: hue angle of 295.07º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #813E87 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 62 | 135 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.47 |
| HSL | 295.07º | 0.37% | 0.39% | - |
| HSV(B) | 295.07º | 0.54% | 0.53% | - |
| XYZ | 15.15 | 9.86 | 24.03 | - |
| YUV | 90.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 135 | 0.04 | 0.54 | 0 | 0.47 | 295.07 | 0.37 | 0.39 |
| Hex | 81 | 3E | 87 | 4 | 36 | 0 | 2F | 127 | 25 | 27 |
| Octal | 201 | 76 | 207 | 4 | 66 | 0 | 57 | 447 | 45 | 47 |
| Binary | 10000001 | 111110 | 10000111 | 100 | 110110 | 0 | 101111 | 100100111 | 100101 | 100111 |
Color Harmonies of #813E87
Complementary color
Monochromatic Colors of #813E87
Black with #813E87
Text Example
Text Example
White with #813E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813E87; }
p { color: rgb(129,62,135); }
H1.HeaderClassName
{
color: #813E87;
}
.AnyTagClassName
{
color: #813E87;
}
</style>
background-color css
<style>
a { background-color: #813E87; }
a { background-color: rgb(129,62,135); }
div.DivClassName
{
background-color: #813E87;
}
.BgClassName
{
background-color: #813E87;
}
</style>
border-color css
<style>
span { border-color: #813E87; }
span { border-color: rgb(129,62,135); }
td.TdClassName
{
border-color: #813E87;
}
.TagClassName
{
border-color: #813E87;
}
</style>