Shades of Vivid Violet #813A95
Tints of Vivid Violet #813A95
RGB
CMYK
RGB Variations
Color information
#813A95 (or 0x813A95) is known color: Vivid Violet. HEX triplet: 81, 3A and 95. RGB value is (129,58,149). Sum of RGB (Red+Green+Blue) = 129+58+149=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #813A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813A95 is #7EC56A. Grayscale: #595959. Windows color (decimal): -8308075 or 9779841. OLE color: 9779841.
HSL color Cylindrical-coordinate representation of color #813A95: hue angle of 286.81º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813A95 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 58 | 149 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.42 |
| HSL | 286.81º | 0.44% | 0.41% | - |
| HSV(B) | 286.81º | 0.61% | 0.58% | - |
| XYZ | 15.99 | 9.86 | 29.49 | - |
| YUV | 89.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 149 | 0.13 | 0.61 | 0 | 0.42 | 286.81 | 0.44 | 0.41 |
| Hex | 81 | 3A | 95 | D | 3D | 0 | 2A | 11F | 2C | 29 |
| Octal | 201 | 72 | 225 | 15 | 75 | 0 | 52 | 437 | 54 | 51 |
| Binary | 10000001 | 111010 | 10010101 | 1101 | 111101 | 0 | 101010 | 100011111 | 101100 | 101001 |
Color Harmonies of #813A95
Complementary color
Monochromatic Colors of #813A95
Black with #813A95
Text Example
Text Example
White with #813A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A95; }
p { color: rgb(129,58,149); }
H1.HeaderClassName
{
color: #813A95;
}
.AnyTagClassName
{
color: #813A95;
}
</style>
background-color css
<style>
a { background-color: #813A95; }
a { background-color: rgb(129,58,149); }
div.DivClassName
{
background-color: #813A95;
}
.BgClassName
{
background-color: #813A95;
}
</style>
border-color css
<style>
span { border-color: #813A95; }
span { border-color: rgb(129,58,149); }
td.TdClassName
{
border-color: #813A95;
}
.TagClassName
{
border-color: #813A95;
}
</style>