Shades of Vivid Violet #813985
Tints of Vivid Violet #813985
RGB
CMYK
RGB Variations
Color information
#813985 (or 0x813985) is known color: Vivid Violet. HEX triplet: 81, 39 and 85. RGB value is (129,57,133). Sum of RGB (Red+Green+Blue) = 129+57+133=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #813985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813985 is #7EC67A. Grayscale: #565656. Windows color (decimal): -8308347 or 8731009. OLE color: 8731009.
HSL color Cylindrical-coordinate representation of color #813985: hue angle of 296.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813985 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 57 | 133 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.48 |
| HSL | 296.84º | 0.4% | 0.37% | - |
| HSV(B) | 296.84º | 0.57% | 0.52% | - |
| XYZ | 14.75 | 9.29 | 23.21 | - |
| YUV | 87.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 133 | 0.03 | 0.57 | 0 | 0.48 | 296.84 | 0.4 | 0.37 |
| Hex | 81 | 39 | 85 | 3 | 39 | 0 | 30 | 129 | 28 | 25 |
| Octal | 201 | 71 | 205 | 3 | 71 | 0 | 60 | 451 | 50 | 45 |
| Binary | 10000001 | 111001 | 10000101 | 11 | 111001 | 0 | 110000 | 100101001 | 101000 | 100101 |
Color Harmonies of #813985
Complementary color
Monochromatic Colors of #813985
Black with #813985
Text Example
Text Example
White with #813985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813985; }
p { color: rgb(129,57,133); }
H1.HeaderClassName
{
color: #813985;
}
.AnyTagClassName
{
color: #813985;
}
</style>
background-color css
<style>
a { background-color: #813985; }
a { background-color: rgb(129,57,133); }
div.DivClassName
{
background-color: #813985;
}
.BgClassName
{
background-color: #813985;
}
</style>
border-color css
<style>
span { border-color: #813985; }
span { border-color: rgb(129,57,133); }
td.TdClassName
{
border-color: #813985;
}
.TagClassName
{
border-color: #813985;
}
</style>