Shades of Vivid Violet #814588
Tints of Vivid Violet #814588
RGB
CMYK
RGB Variations
Color information
#814588 (or 0x814588) is known color: Vivid Violet. HEX triplet: 81, 45 and 88. RGB value is (129,69,136). Sum of RGB (Red+Green+Blue) = 129+69+136=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #814588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814588 is #7EBA77. Grayscale: #5E5E5E. Windows color (decimal): -8305272 or 8930689. OLE color: 8930689.
HSL color Cylindrical-coordinate representation of color #814588: hue angle of 293.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814588 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 69 | 136 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.47 |
| HSL | 293.73º | 0.33% | 0.4% | - |
| HSV(B) | 293.73º | 0.49% | 0.53% | - |
| XYZ | 15.63 | 10.7 | 24.53 | - |
| YUV | 94.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 69 | 136 | 0.05 | 0.49 | 0 | 0.47 | 293.73 | 0.33 | 0.4 |
| Hex | 81 | 45 | 88 | 5 | 31 | 0 | 2F | 126 | 21 | 28 |
| Octal | 201 | 105 | 210 | 5 | 61 | 0 | 57 | 446 | 41 | 50 |
| Binary | 10000001 | 1000101 | 10001000 | 101 | 110001 | 0 | 101111 | 100100110 | 100001 | 101000 |
Color Harmonies of #814588
Complementary color
Monochromatic Colors of #814588
Black with #814588
Text Example
Text Example
White with #814588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814588; }
p { color: rgb(129,69,136); }
H1.HeaderClassName
{
color: #814588;
}
.AnyTagClassName
{
color: #814588;
}
</style>
background-color css
<style>
a { background-color: #814588; }
a { background-color: rgb(129,69,136); }
div.DivClassName
{
background-color: #814588;
}
.BgClassName
{
background-color: #814588;
}
</style>
border-color css
<style>
span { border-color: #814588; }
span { border-color: rgb(129,69,136); }
td.TdClassName
{
border-color: #814588;
}
.TagClassName
{
border-color: #814588;
}
</style>