Shades of Vivid Violet #814289
Tints of Vivid Violet #814289
RGB
CMYK
RGB Variations
Color information
#814289 (or 0x814289) is known color: Vivid Violet. HEX triplet: 81, 42 and 89. RGB value is (129,66,137). Sum of RGB (Red+Green+Blue) = 129+66+137=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #814289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814289 is #7EBD76. Grayscale: #5C5C5C. Windows color (decimal): -8306039 or 8995457. OLE color: 8995457.
HSL color Cylindrical-coordinate representation of color #814289: hue angle of 293.24º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #814289 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 66 | 137 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.46 |
| HSL | 293.24º | 0.35% | 0.4% | - |
| HSV(B) | 293.24º | 0.52% | 0.54% | - |
| XYZ | 15.52 | 10.37 | 24.85 | - |
| YUV | 92.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 137 | 0.06 | 0.52 | 0 | 0.46 | 293.24 | 0.35 | 0.4 |
| Hex | 81 | 42 | 89 | 6 | 34 | 0 | 2E | 125 | 23 | 28 |
| Octal | 201 | 102 | 211 | 6 | 64 | 0 | 56 | 445 | 43 | 50 |
| Binary | 10000001 | 1000010 | 10001001 | 110 | 110100 | 0 | 101110 | 100100101 | 100011 | 101000 |
Color Harmonies of #814289
Complementary color
Monochromatic Colors of #814289
Black with #814289
Text Example
Text Example
White with #814289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814289; }
p { color: rgb(129,66,137); }
H1.HeaderClassName
{
color: #814289;
}
.AnyTagClassName
{
color: #814289;
}
</style>
background-color css
<style>
a { background-color: #814289; }
a { background-color: rgb(129,66,137); }
div.DivClassName
{
background-color: #814289;
}
.BgClassName
{
background-color: #814289;
}
</style>
border-color css
<style>
span { border-color: #814289; }
span { border-color: rgb(129,66,137); }
td.TdClassName
{
border-color: #814289;
}
.TagClassName
{
border-color: #814289;
}
</style>