Shades of Vivid Violet #80228E
Tints of Vivid Violet #80228E
RGB
CMYK
RGB Variations
Color information
#80228E (or 0x80228E) is known color: Vivid Violet. HEX triplet: 80, 22 and 8E. RGB value is (128,34,142). Sum of RGB (Red+Green+Blue) = 128+34+142=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #80228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80228E is #7FDD71. Grayscale: #4A4A4A. Windows color (decimal): -8379762 or 9314944. OLE color: 9314944.
HSL color Cylindrical-coordinate representation of color #80228E: hue angle of 292.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80228E is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 34 | 142 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.44 |
| HSL | 292.22º | 0.61% | 0.35% | - |
| HSV(B) | 292.22º | 0.76% | 0.56% | - |
| XYZ | 14.36 | 7.69 | 26.32 | - |
| YUV | 74.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 142 | 0.10 | 0.76 | 0 | 0.44 | 292.22 | 0.61 | 0.35 |
| Hex | 80 | 22 | 8E | A | 4C | 0 | 2C | 124 | 3D | 23 |
| Octal | 200 | 42 | 216 | 12 | 114 | 0 | 54 | 444 | 75 | 43 |
| Binary | 10000000 | 100010 | 10001110 | 1010 | 1001100 | 0 | 101100 | 100100100 | 111101 | 100011 |
Color Harmonies of #80228E
Complementary color
Monochromatic Colors of #80228E
Black with #80228E
Text Example
Text Example
White with #80228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80228E; }
p { color: rgb(128,34,142); }
H1.HeaderClassName
{
color: #80228E;
}
.AnyTagClassName
{
color: #80228E;
}
</style>
background-color css
<style>
a { background-color: #80228E; }
a { background-color: rgb(128,34,142); }
div.DivClassName
{
background-color: #80228E;
}
.BgClassName
{
background-color: #80228E;
}
</style>
border-color css
<style>
span { border-color: #80228E; }
span { border-color: rgb(128,34,142); }
td.TdClassName
{
border-color: #80228E;
}
.TagClassName
{
border-color: #80228E;
}
</style>