Shades of Vivid Violet #813999
Tints of Vivid Violet #813999
RGB
CMYK
RGB Variations
Color information
#813999 (or 0x813999) is known color: Vivid Violet. HEX triplet: 81, 39 and 99. RGB value is (129,57,153). Sum of RGB (Red+Green+Blue) = 129+57+153=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #813999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813999 is #7EC666. Grayscale: #595959. Windows color (decimal): -8308327 or 10041729. OLE color: 10041729.
HSL color Cylindrical-coordinate representation of color #813999: hue angle of 285º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813999 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 57 | 153 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.4 |
| HSL | 285º | 0.46% | 0.41% | - |
| HSV(B) | 285º | 0.63% | 0.6% | - |
| XYZ | 16.27 | 9.89 | 31.19 | - |
| YUV | 89.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 153 | 0.16 | 0.63 | 0 | 0.4 | 285 | 0.46 | 0.41 |
| Hex | 81 | 39 | 99 | 10 | 3F | 0 | 28 | 11D | 2E | 29 |
| Octal | 201 | 71 | 231 | 20 | 77 | 0 | 50 | 435 | 56 | 51 |
| Binary | 10000001 | 111001 | 10011001 | 10000 | 111111 | 0 | 101000 | 100011101 | 101110 | 101001 |
Color Harmonies of #813999
Complementary color
Monochromatic Colors of #813999
Black with #813999
Text Example
Text Example
White with #813999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813999; }
p { color: rgb(129,57,153); }
H1.HeaderClassName
{
color: #813999;
}
.AnyTagClassName
{
color: #813999;
}
</style>
background-color css
<style>
a { background-color: #813999; }
a { background-color: rgb(129,57,153); }
div.DivClassName
{
background-color: #813999;
}
.BgClassName
{
background-color: #813999;
}
</style>
border-color css
<style>
span { border-color: #813999; }
span { border-color: rgb(129,57,153); }
td.TdClassName
{
border-color: #813999;
}
.TagClassName
{
border-color: #813999;
}
</style>