Shades of Vivid Violet #81208D
Tints of Vivid Violet #81208D
RGB
CMYK
RGB Variations
Color information
#81208D (or 0x81208D) is known color: Vivid Violet. HEX triplet: 81, 20 and 8D. RGB value is (129,32,141). Sum of RGB (Red+Green+Blue) = 129+32+141=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #81208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81208D is #7EDF72. Grayscale: #494949. Windows color (decimal): -8314739 or 9248897. OLE color: 9248897.
HSL color Cylindrical-coordinate representation of color #81208D: hue angle of 293.39º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81208D is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 32 | 141 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.45 |
| HSL | 293.39º | 0.63% | 0.34% | - |
| HSV(B) | 293.39º | 0.77% | 0.55% | - |
| XYZ | 14.38 | 7.62 | 25.91 | - |
| YUV | 73.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 141 | 0.09 | 0.77 | 0 | 0.45 | 293.39 | 0.63 | 0.34 |
| Hex | 81 | 20 | 8D | 9 | 4D | 0 | 2D | 125 | 3F | 22 |
| Octal | 201 | 40 | 215 | 11 | 115 | 0 | 55 | 445 | 77 | 42 |
| Binary | 10000001 | 100000 | 10001101 | 1001 | 1001101 | 0 | 101101 | 100100101 | 111111 | 100010 |
Color Harmonies of #81208D
Complementary color
Monochromatic Colors of #81208D
Black with #81208D
Text Example
Text Example
White with #81208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81208D; }
p { color: rgb(129,32,141); }
H1.HeaderClassName
{
color: #81208D;
}
.AnyTagClassName
{
color: #81208D;
}
</style>
background-color css
<style>
a { background-color: #81208D; }
a { background-color: rgb(129,32,141); }
div.DivClassName
{
background-color: #81208D;
}
.BgClassName
{
background-color: #81208D;
}
</style>
border-color css
<style>
span { border-color: #81208D; }
span { border-color: rgb(129,32,141); }
td.TdClassName
{
border-color: #81208D;
}
.TagClassName
{
border-color: #81208D;
}
</style>