Shades of Vivid Violet #811D9D
Tints of Vivid Violet #811D9D
RGB
CMYK
RGB Variations
Color information
#811D9D (or 0x811D9D) is known color: Vivid Violet. HEX triplet: 81, 1D and 9D. RGB value is (129,29,157). Sum of RGB (Red+Green+Blue) = 129+29+157=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #811D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811D9D is #7EE262. Grayscale: #494949. Windows color (decimal): -8315491 or 10296705. OLE color: 10296705.
HSL color Cylindrical-coordinate representation of color #811D9D: hue angle of 286.88º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811D9D is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 29 | 157 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.38 |
| HSL | 286.88º | 0.69% | 0.36% | - |
| HSV(B) | 286.88º | 0.82% | 0.62% | - |
| XYZ | 15.58 | 7.98 | 32.62 | - |
| YUV | 73.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 157 | 0.18 | 0.82 | 0 | 0.38 | 286.88 | 0.69 | 0.36 |
| Hex | 81 | 1D | 9D | 12 | 52 | 0 | 26 | 11F | 45 | 24 |
| Octal | 201 | 35 | 235 | 22 | 122 | 0 | 46 | 437 | 105 | 44 |
| Binary | 10000001 | 11101 | 10011101 | 10010 | 1010010 | 0 | 100110 | 100011111 | 1000101 | 100100 |
Color Harmonies of #811D9D
Complementary color
Monochromatic Colors of #811D9D
Black with #811D9D
Text Example
Text Example
White with #811D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D9D; }
p { color: rgb(129,29,157); }
H1.HeaderClassName
{
color: #811D9D;
}
.AnyTagClassName
{
color: #811D9D;
}
</style>
background-color css
<style>
a { background-color: #811D9D; }
a { background-color: rgb(129,29,157); }
div.DivClassName
{
background-color: #811D9D;
}
.BgClassName
{
background-color: #811D9D;
}
</style>
border-color css
<style>
span { border-color: #811D9D; }
span { border-color: rgb(129,29,157); }
td.TdClassName
{
border-color: #811D9D;
}
.TagClassName
{
border-color: #811D9D;
}
</style>