Shades of Vivid Violet #812E87
Tints of Vivid Violet #812E87
RGB
CMYK
RGB Variations
Color information
#812E87 (or 0x812E87) is known color: Vivid Violet. HEX triplet: 81, 2E and 87. RGB value is (129,46,135). Sum of RGB (Red+Green+Blue) = 129+46+135=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #812E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812E87 is #7ED178. Grayscale: #505050. Windows color (decimal): -8311161 or 8859265. OLE color: 8859265.
HSL color Cylindrical-coordinate representation of color #812E87: hue angle of 295.96º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812E87 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 46 | 135 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.47 |
| HSL | 295.96º | 0.49% | 0.35% | - |
| HSV(B) | 295.96º | 0.66% | 0.53% | - |
| XYZ | 14.4 | 8.37 | 23.78 | - |
| YUV | 80.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 135 | 0.04 | 0.66 | 0 | 0.47 | 295.96 | 0.49 | 0.35 |
| Hex | 81 | 2E | 87 | 4 | 42 | 0 | 2F | 128 | 31 | 23 |
| Octal | 201 | 56 | 207 | 4 | 102 | 0 | 57 | 450 | 61 | 43 |
| Binary | 10000001 | 101110 | 10000111 | 100 | 1000010 | 0 | 101111 | 100101000 | 110001 | 100011 |
Color Harmonies of #812E87
Complementary color
Monochromatic Colors of #812E87
Black with #812E87
Text Example
Text Example
White with #812E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E87; }
p { color: rgb(129,46,135); }
H1.HeaderClassName
{
color: #812E87;
}
.AnyTagClassName
{
color: #812E87;
}
</style>
background-color css
<style>
a { background-color: #812E87; }
a { background-color: rgb(129,46,135); }
div.DivClassName
{
background-color: #812E87;
}
.BgClassName
{
background-color: #812E87;
}
</style>
border-color css
<style>
span { border-color: #812E87; }
span { border-color: rgb(129,46,135); }
td.TdClassName
{
border-color: #812E87;
}
.TagClassName
{
border-color: #812E87;
}
</style>