Shades of Vivid Violet #813285
Tints of Vivid Violet #813285
RGB
CMYK
RGB Variations
Color information
#813285 (or 0x813285) is known color: Vivid Violet. HEX triplet: 81, 32 and 85. RGB value is (129,50,133). Sum of RGB (Red+Green+Blue) = 129+50+133=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #813285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813285 is #7ECD7A. Grayscale: #525252. Windows color (decimal): -8310139 or 8729217. OLE color: 8729217.
HSL color Cylindrical-coordinate representation of color #813285: hue angle of 297.11º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813285 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 50 | 133 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.48 |
| HSL | 297.11º | 0.45% | 0.36% | - |
| HSV(B) | 297.11º | 0.62% | 0.52% | - |
| XYZ | 14.43 | 8.64 | 23.1 | - |
| YUV | 83.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 133 | 0.03 | 0.62 | 0 | 0.48 | 297.11 | 0.45 | 0.36 |
| Hex | 81 | 32 | 85 | 3 | 3E | 0 | 30 | 129 | 2D | 24 |
| Octal | 201 | 62 | 205 | 3 | 76 | 0 | 60 | 451 | 55 | 44 |
| Binary | 10000001 | 110010 | 10000101 | 11 | 111110 | 0 | 110000 | 100101001 | 101101 | 100100 |
Color Harmonies of #813285
Complementary color
Monochromatic Colors of #813285
Black with #813285
Text Example
Text Example
White with #813285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813285; }
p { color: rgb(129,50,133); }
H1.HeaderClassName
{
color: #813285;
}
.AnyTagClassName
{
color: #813285;
}
</style>
background-color css
<style>
a { background-color: #813285; }
a { background-color: rgb(129,50,133); }
div.DivClassName
{
background-color: #813285;
}
.BgClassName
{
background-color: #813285;
}
</style>
border-color css
<style>
span { border-color: #813285; }
span { border-color: rgb(129,50,133); }
td.TdClassName
{
border-color: #813285;
}
.TagClassName
{
border-color: #813285;
}
</style>