Shades of Vivid Violet #814998
Tints of Vivid Violet #814998
RGB
CMYK
RGB Variations
Color information
#814998 (or 0x814998) is known color: Vivid Violet. HEX triplet: 81, 49 and 98. RGB value is (129,73,152). Sum of RGB (Red+Green+Blue) = 129+73+152=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #814998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814998 is #7EB667. Grayscale: #626262. Windows color (decimal): -8304232 or 9980289. OLE color: 9980289.
HSL color Cylindrical-coordinate representation of color #814998: hue angle of 282.53º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #814998 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 73 | 152 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.40 |
| HSL | 282.53º | 0.35% | 0.44% | - |
| HSV(B) | 282.53º | 0.52% | 0.6% | - |
| XYZ | 17.1 | 11.7 | 31.06 | - |
| YUV | 98.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 152 | 0.15 | 0.52 | 0 | 0.40 | 282.53 | 0.35 | 0.44 |
| Hex | 81 | 49 | 98 | F | 34 | 0 | 28 | 11B | 23 | 2C |
| Octal | 201 | 111 | 230 | 17 | 64 | 0 | 50 | 433 | 43 | 54 |
| Binary | 10000001 | 1001001 | 10011000 | 1111 | 110100 | 0 | 101000 | 100011011 | 100011 | 101100 |
Color Harmonies of #814998
Complementary color
Monochromatic Colors of #814998
Black with #814998
Text Example
Text Example
White with #814998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814998; }
p { color: rgb(129,73,152); }
H1.HeaderClassName
{
color: #814998;
}
.AnyTagClassName
{
color: #814998;
}
</style>
background-color css
<style>
a { background-color: #814998; }
a { background-color: rgb(129,73,152); }
div.DivClassName
{
background-color: #814998;
}
.BgClassName
{
background-color: #814998;
}
</style>
border-color css
<style>
span { border-color: #814998; }
span { border-color: rgb(129,73,152); }
td.TdClassName
{
border-color: #814998;
}
.TagClassName
{
border-color: #814998;
}
</style>