Shades of Vivid Violet #81179E
Tints of Vivid Violet #81179E
RGB
CMYK
RGB Variations
Color information
#81179E (or 0x81179E) is known color: Vivid Violet. HEX triplet: 81, 17 and 9E. RGB value is (129,23,158). Sum of RGB (Red+Green+Blue) = 129+23+158=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #81179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81179E is #7EE861. Grayscale: #454545. Windows color (decimal): -8317026 or 10360705. OLE color: 10360705.
HSL color Cylindrical-coordinate representation of color #81179E: hue angle of 287.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81179E is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 23 | 158 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.38 |
| HSL | 287.11º | 0.75% | 0.35% | - |
| HSV(B) | 287.11º | 0.85% | 0.62% | - |
| XYZ | 15.53 | 7.75 | 33.02 | - |
| YUV | 70.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 158 | 0.18 | 0.85 | 0 | 0.38 | 287.11 | 0.75 | 0.35 |
| Hex | 81 | 17 | 9E | 12 | 55 | 0 | 26 | 11F | 4B | 23 |
| Octal | 201 | 27 | 236 | 22 | 125 | 0 | 46 | 437 | 113 | 43 |
| Binary | 10000001 | 10111 | 10011110 | 10010 | 1010101 | 0 | 100110 | 100011111 | 1001011 | 100011 |
Color Harmonies of #81179E
Complementary color
Monochromatic Colors of #81179E
Black with #81179E
Text Example
Text Example
White with #81179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81179E; }
p { color: rgb(129,23,158); }
H1.HeaderClassName
{
color: #81179E;
}
.AnyTagClassName
{
color: #81179E;
}
</style>
background-color css
<style>
a { background-color: #81179E; }
a { background-color: rgb(129,23,158); }
div.DivClassName
{
background-color: #81179E;
}
.BgClassName
{
background-color: #81179E;
}
</style>
border-color css
<style>
span { border-color: #81179E; }
span { border-color: rgb(129,23,158); }
td.TdClassName
{
border-color: #81179E;
}
.TagClassName
{
border-color: #81179E;
}
</style>