Shades of Vivid Violet #813D8A
Tints of Vivid Violet #813D8A
RGB
CMYK
RGB Variations
Color information
#813D8A (or 0x813D8A) is known color: Vivid Violet. HEX triplet: 81, 3D and 8A. RGB value is (129,61,138). Sum of RGB (Red+Green+Blue) = 129+61+138=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #813D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813D8A is #7EC275. Grayscale: #595959. Windows color (decimal): -8307318 or 9059713. OLE color: 9059713.
HSL color Cylindrical-coordinate representation of color #813D8A: hue angle of 292.99º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #813D8A is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 61 | 138 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.46 |
| HSL | 292.99º | 0.39% | 0.39% | - |
| HSV(B) | 292.99º | 0.56% | 0.54% | - |
| XYZ | 15.31 | 9.84 | 25.14 | - |
| YUV | 90.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 138 | 0.07 | 0.56 | 0 | 0.46 | 292.99 | 0.39 | 0.39 |
| Hex | 81 | 3D | 8A | 7 | 38 | 0 | 2E | 125 | 27 | 27 |
| Octal | 201 | 75 | 212 | 7 | 70 | 0 | 56 | 445 | 47 | 47 |
| Binary | 10000001 | 111101 | 10001010 | 111 | 111000 | 0 | 101110 | 100100101 | 100111 | 100111 |
Color Harmonies of #813D8A
Complementary color
Monochromatic Colors of #813D8A
Black with #813D8A
Text Example
Text Example
White with #813D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813D8A; }
p { color: rgb(129,61,138); }
H1.HeaderClassName
{
color: #813D8A;
}
.AnyTagClassName
{
color: #813D8A;
}
</style>
background-color css
<style>
a { background-color: #813D8A; }
a { background-color: rgb(129,61,138); }
div.DivClassName
{
background-color: #813D8A;
}
.BgClassName
{
background-color: #813D8A;
}
</style>
border-color css
<style>
span { border-color: #813D8A; }
span { border-color: rgb(129,61,138); }
td.TdClassName
{
border-color: #813D8A;
}
.TagClassName
{
border-color: #813D8A;
}
</style>