Shades of Vivid Violet #812C8D
Tints of Vivid Violet #812C8D
RGB
CMYK
RGB Variations
Color information
#812C8D (or 0x812C8D) is known color: Vivid Violet. HEX triplet: 81, 2C and 8D. RGB value is (129,44,141). Sum of RGB (Red+Green+Blue) = 129+44+141=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #812C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812C8D is #7ED372. Grayscale: #505050. Windows color (decimal): -8311667 or 9251969. OLE color: 9251969.
HSL color Cylindrical-coordinate representation of color #812C8D: hue angle of 292.58º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812C8D is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 44 | 141 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.45 |
| HSL | 292.58º | 0.52% | 0.36% | - |
| HSV(B) | 292.58º | 0.69% | 0.55% | - |
| XYZ | 14.76 | 8.39 | 26.04 | - |
| YUV | 80.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 141 | 0.09 | 0.69 | 0 | 0.45 | 292.58 | 0.52 | 0.36 |
| Hex | 81 | 2C | 8D | 9 | 45 | 0 | 2D | 125 | 34 | 24 |
| Octal | 201 | 54 | 215 | 11 | 105 | 0 | 55 | 445 | 64 | 44 |
| Binary | 10000001 | 101100 | 10001101 | 1001 | 1000101 | 0 | 101101 | 100100101 | 110100 | 100100 |
Color Harmonies of #812C8D
Complementary color
Monochromatic Colors of #812C8D
Black with #812C8D
Text Example
Text Example
White with #812C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C8D; }
p { color: rgb(129,44,141); }
H1.HeaderClassName
{
color: #812C8D;
}
.AnyTagClassName
{
color: #812C8D;
}
</style>
background-color css
<style>
a { background-color: #812C8D; }
a { background-color: rgb(129,44,141); }
div.DivClassName
{
background-color: #812C8D;
}
.BgClassName
{
background-color: #812C8D;
}
</style>
border-color css
<style>
span { border-color: #812C8D; }
span { border-color: rgb(129,44,141); }
td.TdClassName
{
border-color: #812C8D;
}
.TagClassName
{
border-color: #812C8D;
}
</style>