Shades of Vivid Violet #813684
Tints of Vivid Violet #813684
RGB
CMYK
RGB Variations
Color information
#813684 (or 0x813684) is known color: Vivid Violet. HEX triplet: 81, 36 and 84. RGB value is (129,54,132). Sum of RGB (Red+Green+Blue) = 129+54+132=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #813684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813684 is #7EC97B. Grayscale: #555555. Windows color (decimal): -8309116 or 8664705. OLE color: 8664705.
HSL color Cylindrical-coordinate representation of color #813684: hue angle of 297.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813684 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 54 | 132 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.48 |
| HSL | 297.69º | 0.42% | 0.36% | - |
| HSV(B) | 297.69º | 0.59% | 0.52% | - |
| XYZ | 14.54 | 8.97 | 22.8 | - |
| YUV | 85.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 132 | 0.02 | 0.59 | 0 | 0.48 | 297.69 | 0.42 | 0.36 |
| Hex | 81 | 36 | 84 | 2 | 3B | 0 | 30 | 12A | 2A | 24 |
| Octal | 201 | 66 | 204 | 2 | 73 | 0 | 60 | 452 | 52 | 44 |
| Binary | 10000001 | 110110 | 10000100 | 10 | 111011 | 0 | 110000 | 100101010 | 101010 | 100100 |
Color Harmonies of #813684
Complementary color
Monochromatic Colors of #813684
Black with #813684
Text Example
Text Example
White with #813684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813684; }
p { color: rgb(129,54,132); }
H1.HeaderClassName
{
color: #813684;
}
.AnyTagClassName
{
color: #813684;
}
</style>
background-color css
<style>
a { background-color: #813684; }
a { background-color: rgb(129,54,132); }
div.DivClassName
{
background-color: #813684;
}
.BgClassName
{
background-color: #813684;
}
</style>
border-color css
<style>
span { border-color: #813684; }
span { border-color: rgb(129,54,132); }
td.TdClassName
{
border-color: #813684;
}
.TagClassName
{
border-color: #813684;
}
</style>