Shades of Vivid Violet #80199C
Tints of Vivid Violet #80199C
RGB
CMYK
RGB Variations
Color information
#80199C (or 0x80199C) is known color: Vivid Violet. HEX triplet: 80, 19 and 9C. RGB value is (128,25,156). Sum of RGB (Red+Green+Blue) = 128+25+156=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #80199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80199C is #7FE663. Grayscale: #464646. Windows color (decimal): -8382052 or 10230144. OLE color: 10230144.
HSL color Cylindrical-coordinate representation of color #80199C: hue angle of 287.18º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80199C is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 25 | 156 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.39 |
| HSL | 287.18º | 0.72% | 0.35% | - |
| HSV(B) | 287.18º | 0.84% | 0.61% | - |
| XYZ | 15.25 | 7.68 | 32.13 | - |
| YUV | 70.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 156 | 0.18 | 0.84 | 0 | 0.39 | 287.18 | 0.72 | 0.35 |
| Hex | 80 | 19 | 9C | 12 | 54 | 0 | 27 | 11F | 48 | 23 |
| Octal | 200 | 31 | 234 | 22 | 124 | 0 | 47 | 437 | 110 | 43 |
| Binary | 10000000 | 11001 | 10011100 | 10010 | 1010100 | 0 | 100111 | 100011111 | 1001000 | 100011 |
Color Harmonies of #80199C
Complementary color
Monochromatic Colors of #80199C
Black with #80199C
Text Example
Text Example
White with #80199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80199C; }
p { color: rgb(128,25,156); }
H1.HeaderClassName
{
color: #80199C;
}
.AnyTagClassName
{
color: #80199C;
}
</style>
background-color css
<style>
a { background-color: #80199C; }
a { background-color: rgb(128,25,156); }
div.DivClassName
{
background-color: #80199C;
}
.BgClassName
{
background-color: #80199C;
}
</style>
border-color css
<style>
span { border-color: #80199C; }
span { border-color: rgb(128,25,156); }
td.TdClassName
{
border-color: #80199C;
}
.TagClassName
{
border-color: #80199C;
}
</style>