Shades of Vivid Violet #814180
Tints of Vivid Violet #814180
RGB
CMYK
RGB Variations
Color information
#814180 (or 0x814180) is known color: Vivid Violet. HEX triplet: 81, 41 and 80. RGB value is (129,65,128). Sum of RGB (Red+Green+Blue) = 129+65+128=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #814180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814180 is #7EBE7F. Grayscale: #5B5B5B. Windows color (decimal): -8306304 or 8405377. OLE color: 8405377.
HSL color Cylindrical-coordinate representation of color #814180: hue angle of 300.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814180 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 128 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.49 |
| HSL | 300.94º | 0.33% | 0.38% | - |
| HSV(B) | 300.94º | 0.5% | 0.51% | - |
| XYZ | 14.84 | 10.01 | 21.57 | - |
| YUV | 91.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 128 | 0 | 0.50 | 0.01 | 0.49 | 300.94 | 0.33 | 0.38 |
| Hex | 81 | 41 | 80 | 0 | 32 | 1 | 31 | 12D | 21 | 26 |
| Octal | 201 | 101 | 200 | 0 | 62 | 1 | 61 | 455 | 41 | 46 |
| Binary | 10000001 | 1000001 | 10000000 | 0 | 110010 | 1 | 110001 | 100101101 | 100001 | 100110 |
Color Harmonies of #814180
Complementary color
Monochromatic Colors of #814180
Black with #814180
Text Example
Text Example
White with #814180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814180; }
p { color: rgb(129,65,128); }
H1.HeaderClassName
{
color: #814180;
}
.AnyTagClassName
{
color: #814180;
}
</style>
background-color css
<style>
a { background-color: #814180; }
a { background-color: rgb(129,65,128); }
div.DivClassName
{
background-color: #814180;
}
.BgClassName
{
background-color: #814180;
}
</style>
border-color css
<style>
span { border-color: #814180; }
span { border-color: rgb(129,65,128); }
td.TdClassName
{
border-color: #814180;
}
.TagClassName
{
border-color: #814180;
}
</style>