Shades of Vivid Violet #812F89
Tints of Vivid Violet #812F89
RGB
CMYK
RGB Variations
Color information
#812F89 (or 0x812F89) is known color: Vivid Violet. HEX triplet: 81, 2F and 89. RGB value is (129,47,137). Sum of RGB (Red+Green+Blue) = 129+47+137=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #812F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812F89 is #7ED076. Grayscale: #515151. Windows color (decimal): -8310903 or 8990593. OLE color: 8990593.
HSL color Cylindrical-coordinate representation of color #812F89: hue angle of 294.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812F89 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 47 | 137 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.46 |
| HSL | 294.67º | 0.49% | 0.36% | - |
| HSV(B) | 294.67º | 0.66% | 0.54% | - |
| XYZ | 14.59 | 8.51 | 24.54 | - |
| YUV | 81.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 137 | 0.06 | 0.66 | 0 | 0.46 | 294.67 | 0.49 | 0.36 |
| Hex | 81 | 2F | 89 | 6 | 42 | 0 | 2E | 127 | 31 | 24 |
| Octal | 201 | 57 | 211 | 6 | 102 | 0 | 56 | 447 | 61 | 44 |
| Binary | 10000001 | 101111 | 10001001 | 110 | 1000010 | 0 | 101110 | 100100111 | 110001 | 100100 |
Color Harmonies of #812F89
Complementary color
Monochromatic Colors of #812F89
Black with #812F89
Text Example
Text Example
White with #812F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812F89; }
p { color: rgb(129,47,137); }
H1.HeaderClassName
{
color: #812F89;
}
.AnyTagClassName
{
color: #812F89;
}
</style>
background-color css
<style>
a { background-color: #812F89; }
a { background-color: rgb(129,47,137); }
div.DivClassName
{
background-color: #812F89;
}
.BgClassName
{
background-color: #812F89;
}
</style>
border-color css
<style>
span { border-color: #812F89; }
span { border-color: rgb(129,47,137); }
td.TdClassName
{
border-color: #812F89;
}
.TagClassName
{
border-color: #812F89;
}
</style>