Shades of Vivid Violet #811D94
Tints of Vivid Violet #811D94
RGB
CMYK
RGB Variations
Color information
#811D94 (or 0x811D94) is known color: Vivid Violet. HEX triplet: 81, 1D and 94. RGB value is (129,29,148). Sum of RGB (Red+Green+Blue) = 129+29+148=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #811D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811D94 is #7EE26B. Grayscale: #484848. Windows color (decimal): -8315500 or 9706881. OLE color: 9706881.
HSL color Cylindrical-coordinate representation of color #811D94: hue angle of 290.42º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811D94 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 29 | 148 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.42 |
| HSL | 290.42º | 0.67% | 0.35% | - |
| HSV(B) | 290.42º | 0.8% | 0.58% | - |
| XYZ | 14.84 | 7.68 | 28.72 | - |
| YUV | 72.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 148 | 0.13 | 0.80 | 0 | 0.42 | 290.42 | 0.67 | 0.35 |
| Hex | 81 | 1D | 94 | D | 50 | 0 | 2A | 122 | 43 | 23 |
| Octal | 201 | 35 | 224 | 15 | 120 | 0 | 52 | 442 | 103 | 43 |
| Binary | 10000001 | 11101 | 10010100 | 1101 | 1010000 | 0 | 101010 | 100100010 | 1000011 | 100011 |
Color Harmonies of #811D94
Complementary color
Monochromatic Colors of #811D94
Black with #811D94
Text Example
Text Example
White with #811D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D94; }
p { color: rgb(129,29,148); }
H1.HeaderClassName
{
color: #811D94;
}
.AnyTagClassName
{
color: #811D94;
}
</style>
background-color css
<style>
a { background-color: #811D94; }
a { background-color: rgb(129,29,148); }
div.DivClassName
{
background-color: #811D94;
}
.BgClassName
{
background-color: #811D94;
}
</style>
border-color css
<style>
span { border-color: #811D94; }
span { border-color: rgb(129,29,148); }
td.TdClassName
{
border-color: #811D94;
}
.TagClassName
{
border-color: #811D94;
}
</style>