Shades of Vivid Violet #812593
Tints of Vivid Violet #812593
RGB
CMYK
RGB Variations
Color information
#812593 (or 0x812593) is known color: Vivid Violet. HEX triplet: 81, 25 and 93. RGB value is (129,37,147). Sum of RGB (Red+Green+Blue) = 129+37+147=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #812593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812593 is #7EDA6C. Grayscale: #4C4C4C. Windows color (decimal): -8313453 or 9643393. OLE color: 9643393.
HSL color Cylindrical-coordinate representation of color #812593: hue angle of 290.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812593 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 37 | 147 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.42 |
| HSL | 290.18º | 0.6% | 0.36% | - |
| HSV(B) | 290.18º | 0.75% | 0.58% | - |
| XYZ | 14.98 | 8.1 | 28.38 | - |
| YUV | 77.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 147 | 0.12 | 0.75 | 0 | 0.42 | 290.18 | 0.6 | 0.36 |
| Hex | 81 | 25 | 93 | C | 4B | 0 | 2A | 122 | 3C | 24 |
| Octal | 201 | 45 | 223 | 14 | 113 | 0 | 52 | 442 | 74 | 44 |
| Binary | 10000001 | 100101 | 10010011 | 1100 | 1001011 | 0 | 101010 | 100100010 | 111100 | 100100 |
Color Harmonies of #812593
Complementary color
Monochromatic Colors of #812593
Black with #812593
Text Example
Text Example
White with #812593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812593; }
p { color: rgb(129,37,147); }
H1.HeaderClassName
{
color: #812593;
}
.AnyTagClassName
{
color: #812593;
}
</style>
background-color css
<style>
a { background-color: #812593; }
a { background-color: rgb(129,37,147); }
div.DivClassName
{
background-color: #812593;
}
.BgClassName
{
background-color: #812593;
}
</style>
border-color css
<style>
span { border-color: #812593; }
span { border-color: rgb(129,37,147); }
td.TdClassName
{
border-color: #812593;
}
.TagClassName
{
border-color: #812593;
}
</style>