Shades of Vivid Violet #81179F
Tints of Vivid Violet #81179F
RGB
CMYK
RGB Variations
Color information
#81179F (or 0x81179F) is known color: Vivid Violet. HEX triplet: 81, 17 and 9F. RGB value is (129,23,159). Sum of RGB (Red+Green+Blue) = 129+23+159=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #81179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81179F is #7EE860. Grayscale: #454545. Windows color (decimal): -8317025 or 10426241. OLE color: 10426241.
HSL color Cylindrical-coordinate representation of color #81179F: hue angle of 286.76º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81179F is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 23 | 159 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.38 |
| HSL | 286.76º | 0.75% | 0.36% | - |
| HSV(B) | 286.76º | 0.86% | 0.62% | - |
| XYZ | 15.62 | 7.78 | 33.48 | - |
| YUV | 70.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 159 | 0.19 | 0.86 | 0 | 0.38 | 286.76 | 0.75 | 0.36 |
| Hex | 81 | 17 | 9F | 13 | 56 | 0 | 26 | 11F | 4B | 24 |
| Octal | 201 | 27 | 237 | 23 | 126 | 0 | 46 | 437 | 113 | 44 |
| Binary | 10000001 | 10111 | 10011111 | 10011 | 1010110 | 0 | 100110 | 100011111 | 1001011 | 100100 |
Color Harmonies of #81179F
Complementary color
Monochromatic Colors of #81179F
Black with #81179F
Text Example
Text Example
White with #81179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81179F; }
p { color: rgb(129,23,159); }
H1.HeaderClassName
{
color: #81179F;
}
.AnyTagClassName
{
color: #81179F;
}
</style>
background-color css
<style>
a { background-color: #81179F; }
a { background-color: rgb(129,23,159); }
div.DivClassName
{
background-color: #81179F;
}
.BgClassName
{
background-color: #81179F;
}
</style>
border-color css
<style>
span { border-color: #81179F; }
span { border-color: rgb(129,23,159); }
td.TdClassName
{
border-color: #81179F;
}
.TagClassName
{
border-color: #81179F;
}
</style>