Shades of Vivid Violet #814083
Tints of Vivid Violet #814083
RGB
CMYK
RGB Variations
Color information
#814083 (or 0x814083) is known color: Vivid Violet. HEX triplet: 81, 40 and 83. RGB value is (129,64,131). Sum of RGB (Red+Green+Blue) = 129+64+131=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #814083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814083 is #7EBF7C. Grayscale: #5A5A5A. Windows color (decimal): -8306557 or 8601729. OLE color: 8601729.
HSL color Cylindrical-coordinate representation of color #814083: hue angle of 298.21º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814083 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 64 | 131 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.49 |
| HSL | 298.21º | 0.34% | 0.38% | - |
| HSV(B) | 298.21º | 0.51% | 0.51% | - |
| XYZ | 14.98 | 9.97 | 22.61 | - |
| YUV | 91.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 131 | 0.02 | 0.51 | 0 | 0.49 | 298.21 | 0.34 | 0.38 |
| Hex | 81 | 40 | 83 | 2 | 33 | 0 | 31 | 12A | 22 | 26 |
| Octal | 201 | 100 | 203 | 2 | 63 | 0 | 61 | 452 | 42 | 46 |
| Binary | 10000001 | 1000000 | 10000011 | 10 | 110011 | 0 | 110001 | 100101010 | 100010 | 100110 |
Color Harmonies of #814083
Complementary color
Monochromatic Colors of #814083
Black with #814083
Text Example
Text Example
White with #814083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814083; }
p { color: rgb(129,64,131); }
H1.HeaderClassName
{
color: #814083;
}
.AnyTagClassName
{
color: #814083;
}
</style>
background-color css
<style>
a { background-color: #814083; }
a { background-color: rgb(129,64,131); }
div.DivClassName
{
background-color: #814083;
}
.BgClassName
{
background-color: #814083;
}
</style>
border-color css
<style>
span { border-color: #814083; }
span { border-color: rgb(129,64,131); }
td.TdClassName
{
border-color: #814083;
}
.TagClassName
{
border-color: #814083;
}
</style>