Shades of Vivid Violet #80179C
Tints of Vivid Violet #80179C
RGB
CMYK
RGB Variations
Color information
#80179C (or 0x80179C) is known color: Vivid Violet. HEX triplet: 80, 17 and 9C. RGB value is (128,23,156). Sum of RGB (Red+Green+Blue) = 128+23+156=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #80179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80179C is #7FE863. Grayscale: #454545. Windows color (decimal): -8382564 or 10229632. OLE color: 10229632.
HSL color Cylindrical-coordinate representation of color #80179C: hue angle of 287.37º 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 #80179C is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 23 | 156 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.39 |
| HSL | 287.37º | 0.74% | 0.35% | - |
| HSV(B) | 287.37º | 0.85% | 0.61% | - |
| XYZ | 15.21 | 7.6 | 32.12 | - |
| YUV | 69.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 156 | 0.18 | 0.85 | 0 | 0.39 | 287.37 | 0.74 | 0.35 |
| Hex | 80 | 17 | 9C | 12 | 55 | 0 | 27 | 11F | 4A | 23 |
| Octal | 200 | 27 | 234 | 22 | 125 | 0 | 47 | 437 | 112 | 43 |
| Binary | 10000000 | 10111 | 10011100 | 10010 | 1010101 | 0 | 100111 | 100011111 | 1001010 | 100011 |
Color Harmonies of #80179C
Complementary color
Monochromatic Colors of #80179C
Black with #80179C
Text Example
Text Example
White with #80179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80179C; }
p { color: rgb(128,23,156); }
H1.HeaderClassName
{
color: #80179C;
}
.AnyTagClassName
{
color: #80179C;
}
</style>
background-color css
<style>
a { background-color: #80179C; }
a { background-color: rgb(128,23,156); }
div.DivClassName
{
background-color: #80179C;
}
.BgClassName
{
background-color: #80179C;
}
</style>
border-color css
<style>
span { border-color: #80179C; }
span { border-color: rgb(128,23,156); }
td.TdClassName
{
border-color: #80179C;
}
.TagClassName
{
border-color: #80179C;
}
</style>