Shades of Vivid Violet #813293
Tints of Vivid Violet #813293
RGB
CMYK
RGB Variations
Color information
#813293 (or 0x813293) is known color: Vivid Violet. HEX triplet: 81, 32 and 93. RGB value is (129,50,147). Sum of RGB (Red+Green+Blue) = 129+50+147=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #813293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813293 is #7ECD6C. Grayscale: #545454. Windows color (decimal): -8310125 or 9646721. OLE color: 9646721.
HSL color Cylindrical-coordinate representation of color #813293: hue angle of 288.87º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813293 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 50 | 147 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.42 |
| HSL | 288.87º | 0.49% | 0.39% | - |
| HSV(B) | 288.87º | 0.66% | 0.58% | - |
| XYZ | 15.46 | 9.05 | 28.54 | - |
| YUV | 84.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 147 | 0.12 | 0.66 | 0 | 0.42 | 288.87 | 0.49 | 0.39 |
| Hex | 81 | 32 | 93 | C | 42 | 0 | 2A | 121 | 31 | 27 |
| Octal | 201 | 62 | 223 | 14 | 102 | 0 | 52 | 441 | 61 | 47 |
| Binary | 10000001 | 110010 | 10010011 | 1100 | 1000010 | 0 | 101010 | 100100001 | 110001 | 100111 |
Color Harmonies of #813293
Complementary color
Monochromatic Colors of #813293
Black with #813293
Text Example
Text Example
White with #813293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813293; }
p { color: rgb(129,50,147); }
H1.HeaderClassName
{
color: #813293;
}
.AnyTagClassName
{
color: #813293;
}
</style>
background-color css
<style>
a { background-color: #813293; }
a { background-color: rgb(129,50,147); }
div.DivClassName
{
background-color: #813293;
}
.BgClassName
{
background-color: #813293;
}
</style>
border-color css
<style>
span { border-color: #813293; }
span { border-color: rgb(129,50,147); }
td.TdClassName
{
border-color: #813293;
}
.TagClassName
{
border-color: #813293;
}
</style>