Shades of Vivid Violet #81179C
Tints of Vivid Violet #81179C
RGB
CMYK
RGB Variations
Color information
#81179C (or 0x81179C) is known color: Vivid Violet. HEX triplet: 81, 17 and 9C. RGB value is (129,23,156). Sum of RGB (Red+Green+Blue) = 129+23+156=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #81179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81179C is #7EE863. Grayscale: #454545. Windows color (decimal): -8317028 or 10229633. OLE color: 10229633.
HSL color Cylindrical-coordinate representation of color #81179C: hue angle of 287.82º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81179C is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 23 | 156 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.39 |
| HSL | 287.82º | 0.74% | 0.35% | - |
| HSV(B) | 287.82º | 0.85% | 0.61% | - |
| XYZ | 15.36 | 7.68 | 32.13 | - |
| YUV | 69.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 156 | 0.17 | 0.85 | 0 | 0.39 | 287.82 | 0.74 | 0.35 |
| Hex | 81 | 17 | 9C | 11 | 55 | 0 | 27 | 120 | 4A | 23 |
| Octal | 201 | 27 | 234 | 21 | 125 | 0 | 47 | 440 | 112 | 43 |
| Binary | 10000001 | 10111 | 10011100 | 10001 | 1010101 | 0 | 100111 | 100100000 | 1001010 | 100011 |
Color Harmonies of #81179C
Complementary color
Monochromatic Colors of #81179C
Black with #81179C
Text Example
Text Example
White with #81179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81179C; }
p { color: rgb(129,23,156); }
H1.HeaderClassName
{
color: #81179C;
}
.AnyTagClassName
{
color: #81179C;
}
</style>
background-color css
<style>
a { background-color: #81179C; }
a { background-color: rgb(129,23,156); }
div.DivClassName
{
background-color: #81179C;
}
.BgClassName
{
background-color: #81179C;
}
</style>
border-color css
<style>
span { border-color: #81179C; }
span { border-color: rgb(129,23,156); }
td.TdClassName
{
border-color: #81179C;
}
.TagClassName
{
border-color: #81179C;
}
</style>