Shades of Vivid Violet #813D89
Tints of Vivid Violet #813D89
RGB
CMYK
RGB Variations
Color information
#813D89 (or 0x813D89) is known color: Vivid Violet. HEX triplet: 81, 3D and 89. RGB value is (129,61,137). Sum of RGB (Red+Green+Blue) = 129+61+137=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #813D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813D89 is #7EC276. Grayscale: #595959. Windows color (decimal): -8307319 or 8994177. OLE color: 8994177.
HSL color Cylindrical-coordinate representation of color #813D89: hue angle of 293.68º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813D89 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 61 | 137 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.46 |
| HSL | 293.68º | 0.38% | 0.39% | - |
| HSV(B) | 293.68º | 0.55% | 0.54% | - |
| XYZ | 15.24 | 9.81 | 24.76 | - |
| YUV | 90 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 137 | 0.06 | 0.55 | 0 | 0.46 | 293.68 | 0.38 | 0.39 |
| Hex | 81 | 3D | 89 | 6 | 37 | 0 | 2E | 126 | 26 | 27 |
| Octal | 201 | 75 | 211 | 6 | 67 | 0 | 56 | 446 | 46 | 47 |
| Binary | 10000001 | 111101 | 10001001 | 110 | 110111 | 0 | 101110 | 100100110 | 100110 | 100111 |
Color Harmonies of #813D89
Complementary color
Monochromatic Colors of #813D89
Black with #813D89
Text Example
Text Example
White with #813D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813D89; }
p { color: rgb(129,61,137); }
H1.HeaderClassName
{
color: #813D89;
}
.AnyTagClassName
{
color: #813D89;
}
</style>
background-color css
<style>
a { background-color: #813D89; }
a { background-color: rgb(129,61,137); }
div.DivClassName
{
background-color: #813D89;
}
.BgClassName
{
background-color: #813D89;
}
</style>
border-color css
<style>
span { border-color: #813D89; }
span { border-color: rgb(129,61,137); }
td.TdClassName
{
border-color: #813D89;
}
.TagClassName
{
border-color: #813D89;
}
</style>