Shades of Vivid Violet #813485
Tints of Vivid Violet #813485
RGB
CMYK
RGB Variations
Color information
#813485 (or 0x813485) is known color: Vivid Violet. HEX triplet: 81, 34 and 85. RGB value is (129,52,133). Sum of RGB (Red+Green+Blue) = 129+52+133=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #813485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813485 is #7ECB7A. Grayscale: #545454. Windows color (decimal): -8309627 or 8729729. OLE color: 8729729.
HSL color Cylindrical-coordinate representation of color #813485: hue angle of 297.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813485 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 52 | 133 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.48 |
| HSL | 297.04º | 0.44% | 0.36% | - |
| HSV(B) | 297.04º | 0.61% | 0.52% | - |
| XYZ | 14.51 | 8.82 | 23.13 | - |
| YUV | 84.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 133 | 0.03 | 0.61 | 0 | 0.48 | 297.04 | 0.44 | 0.36 |
| Hex | 81 | 34 | 85 | 3 | 3D | 0 | 30 | 129 | 2C | 24 |
| Octal | 201 | 64 | 205 | 3 | 75 | 0 | 60 | 451 | 54 | 44 |
| Binary | 10000001 | 110100 | 10000101 | 11 | 111101 | 0 | 110000 | 100101001 | 101100 | 100100 |
Color Harmonies of #813485
Complementary color
Monochromatic Colors of #813485
Black with #813485
Text Example
Text Example
White with #813485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813485; }
p { color: rgb(129,52,133); }
H1.HeaderClassName
{
color: #813485;
}
.AnyTagClassName
{
color: #813485;
}
</style>
background-color css
<style>
a { background-color: #813485; }
a { background-color: rgb(129,52,133); }
div.DivClassName
{
background-color: #813485;
}
.BgClassName
{
background-color: #813485;
}
</style>
border-color css
<style>
span { border-color: #813485; }
span { border-color: rgb(129,52,133); }
td.TdClassName
{
border-color: #813485;
}
.TagClassName
{
border-color: #813485;
}
</style>