Shades of Vivid Violet #812785
Tints of Vivid Violet #812785
RGB
CMYK
RGB Variations
Color information
#812785 (or 0x812785) is known color: Vivid Violet. HEX triplet: 81, 27 and 85. RGB value is (129,39,133). Sum of RGB (Red+Green+Blue) = 129+39+133=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #812785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812785 is #7ED87A. Grayscale: #4C4C4C. Windows color (decimal): -8312955 or 8726401. OLE color: 8726401.
HSL color Cylindrical-coordinate representation of color #812785: hue angle of 297.45º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812785 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 39 | 133 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.48 |
| HSL | 297.45º | 0.55% | 0.34% | - |
| HSV(B) | 297.45º | 0.71% | 0.52% | - |
| XYZ | 14.01 | 7.81 | 22.96 | - |
| YUV | 76.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 133 | 0.03 | 0.71 | 0 | 0.48 | 297.45 | 0.55 | 0.34 |
| Hex | 81 | 27 | 85 | 3 | 47 | 0 | 30 | 129 | 37 | 22 |
| Octal | 201 | 47 | 205 | 3 | 107 | 0 | 60 | 451 | 67 | 42 |
| Binary | 10000001 | 100111 | 10000101 | 11 | 1000111 | 0 | 110000 | 100101001 | 110111 | 100010 |
Color Harmonies of #812785
Complementary color
Monochromatic Colors of #812785
Black with #812785
Text Example
Text Example
White with #812785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812785; }
p { color: rgb(129,39,133); }
H1.HeaderClassName
{
color: #812785;
}
.AnyTagClassName
{
color: #812785;
}
</style>
background-color css
<style>
a { background-color: #812785; }
a { background-color: rgb(129,39,133); }
div.DivClassName
{
background-color: #812785;
}
.BgClassName
{
background-color: #812785;
}
</style>
border-color css
<style>
span { border-color: #812785; }
span { border-color: rgb(129,39,133); }
td.TdClassName
{
border-color: #812785;
}
.TagClassName
{
border-color: #812785;
}
</style>