Shades of Vivid Violet #81218D
Tints of Vivid Violet #81218D
RGB
CMYK
RGB Variations
Color information
#81218D (or 0x81218D) is known color: Vivid Violet. HEX triplet: 81, 21 and 8D. RGB value is (129,33,141). Sum of RGB (Red+Green+Blue) = 129+33+141=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #81218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81218D is #7EDE72. Grayscale: #494949. Windows color (decimal): -8314483 or 9249153. OLE color: 9249153.
HSL color Cylindrical-coordinate representation of color #81218D: hue angle of 293.33º degrees, saturation: 0.62, 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 #81218D is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 33 | 141 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.45 |
| HSL | 293.33º | 0.62% | 0.34% | - |
| HSV(B) | 293.33º | 0.77% | 0.55% | - |
| XYZ | 14.4 | 7.68 | 25.92 | - |
| YUV | 74.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 141 | 0.09 | 0.77 | 0 | 0.45 | 293.33 | 0.62 | 0.34 |
| Hex | 81 | 21 | 8D | 9 | 4D | 0 | 2D | 125 | 3E | 22 |
| Octal | 201 | 41 | 215 | 11 | 115 | 0 | 55 | 445 | 76 | 42 |
| Binary | 10000001 | 100001 | 10001101 | 1001 | 1001101 | 0 | 101101 | 100100101 | 111110 | 100010 |
Color Harmonies of #81218D
Complementary color
Monochromatic Colors of #81218D
Black with #81218D
Text Example
Text Example
White with #81218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81218D; }
p { color: rgb(129,33,141); }
H1.HeaderClassName
{
color: #81218D;
}
.AnyTagClassName
{
color: #81218D;
}
</style>
background-color css
<style>
a { background-color: #81218D; }
a { background-color: rgb(129,33,141); }
div.DivClassName
{
background-color: #81218D;
}
.BgClassName
{
background-color: #81218D;
}
</style>
border-color css
<style>
span { border-color: #81218D; }
span { border-color: rgb(129,33,141); }
td.TdClassName
{
border-color: #81218D;
}
.TagClassName
{
border-color: #81218D;
}
</style>