Shades of Vivid Violet #814698
Tints of Vivid Violet #814698
RGB
CMYK
RGB Variations
Color information
#814698 (or 0x814698) is known color: Vivid Violet. HEX triplet: 81, 46 and 98. RGB value is (129,70,152). Sum of RGB (Red+Green+Blue) = 129+70+152=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #814698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814698 is #7EB967. Grayscale: #606060. Windows color (decimal): -8305000 or 9979521. OLE color: 9979521.
HSL color Cylindrical-coordinate representation of color #814698: hue angle of 283.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814698 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 70 | 152 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.40 |
| HSL | 283.17º | 0.37% | 0.44% | - |
| HSV(B) | 283.17º | 0.54% | 0.6% | - |
| XYZ | 16.91 | 11.31 | 31 | - |
| YUV | 96.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 152 | 0.15 | 0.54 | 0 | 0.40 | 283.17 | 0.37 | 0.44 |
| Hex | 81 | 46 | 98 | F | 36 | 0 | 28 | 11B | 25 | 2C |
| Octal | 201 | 106 | 230 | 17 | 66 | 0 | 50 | 433 | 45 | 54 |
| Binary | 10000001 | 1000110 | 10011000 | 1111 | 110110 | 0 | 101000 | 100011011 | 100101 | 101100 |
Color Harmonies of #814698
Complementary color
Monochromatic Colors of #814698
Black with #814698
Text Example
Text Example
White with #814698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814698; }
p { color: rgb(129,70,152); }
H1.HeaderClassName
{
color: #814698;
}
.AnyTagClassName
{
color: #814698;
}
</style>
background-color css
<style>
a { background-color: #814698; }
a { background-color: rgb(129,70,152); }
div.DivClassName
{
background-color: #814698;
}
.BgClassName
{
background-color: #814698;
}
</style>
border-color css
<style>
span { border-color: #814698; }
span { border-color: rgb(129,70,152); }
td.TdClassName
{
border-color: #814698;
}
.TagClassName
{
border-color: #814698;
}
</style>