Shades of Vivid Violet #813785
Tints of Vivid Violet #813785
RGB
CMYK
RGB Variations
Color information
#813785 (or 0x813785) is known color: Vivid Violet. HEX triplet: 81, 37 and 85. RGB value is (129,55,133). Sum of RGB (Red+Green+Blue) = 129+55+133=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #813785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813785 is #7EC87A. Grayscale: #555555. Windows color (decimal): -8308859 or 8730497. OLE color: 8730497.
HSL color Cylindrical-coordinate representation of color #813785: hue angle of 296.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813785 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 55 | 133 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.48 |
| HSL | 296.92º | 0.41% | 0.37% | - |
| HSV(B) | 296.92º | 0.59% | 0.52% | - |
| XYZ | 14.65 | 9.09 | 23.17 | - |
| YUV | 86.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 133 | 0.03 | 0.59 | 0 | 0.48 | 296.92 | 0.41 | 0.37 |
| Hex | 81 | 37 | 85 | 3 | 3B | 0 | 30 | 129 | 29 | 25 |
| Octal | 201 | 67 | 205 | 3 | 73 | 0 | 60 | 451 | 51 | 45 |
| Binary | 10000001 | 110111 | 10000101 | 11 | 111011 | 0 | 110000 | 100101001 | 101001 | 100101 |
Color Harmonies of #813785
Complementary color
Monochromatic Colors of #813785
Black with #813785
Text Example
Text Example
White with #813785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813785; }
p { color: rgb(129,55,133); }
H1.HeaderClassName
{
color: #813785;
}
.AnyTagClassName
{
color: #813785;
}
</style>
background-color css
<style>
a { background-color: #813785; }
a { background-color: rgb(129,55,133); }
div.DivClassName
{
background-color: #813785;
}
.BgClassName
{
background-color: #813785;
}
</style>
border-color css
<style>
span { border-color: #813785; }
span { border-color: rgb(129,55,133); }
td.TdClassName
{
border-color: #813785;
}
.TagClassName
{
border-color: #813785;
}
</style>