Shades of Vivid Violet #80228D
Tints of Vivid Violet #80228D
RGB
CMYK
RGB Variations
Color information
#80228D (or 0x80228D) is known color: Vivid Violet. HEX triplet: 80, 22 and 8D. RGB value is (128,34,141). Sum of RGB (Red+Green+Blue) = 128+34+141=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #80228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80228D is #7FDD72. Grayscale: #494949. Windows color (decimal): -8379763 or 9249408. OLE color: 9249408.
HSL color Cylindrical-coordinate representation of color #80228D: hue angle of 292.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80228D is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 34 | 141 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.45 |
| HSL | 292.71º | 0.61% | 0.34% | - |
| HSV(B) | 292.71º | 0.76% | 0.55% | - |
| XYZ | 14.28 | 7.66 | 25.92 | - |
| YUV | 74.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 141 | 0.09 | 0.76 | 0 | 0.45 | 292.71 | 0.61 | 0.34 |
| Hex | 80 | 22 | 8D | 9 | 4C | 0 | 2D | 125 | 3D | 22 |
| Octal | 200 | 42 | 215 | 11 | 114 | 0 | 55 | 445 | 75 | 42 |
| Binary | 10000000 | 100010 | 10001101 | 1001 | 1001100 | 0 | 101101 | 100100101 | 111101 | 100010 |
Color Harmonies of #80228D
Complementary color
Monochromatic Colors of #80228D
Black with #80228D
Text Example
Text Example
White with #80228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80228D; }
p { color: rgb(128,34,141); }
H1.HeaderClassName
{
color: #80228D;
}
.AnyTagClassName
{
color: #80228D;
}
</style>
background-color css
<style>
a { background-color: #80228D; }
a { background-color: rgb(128,34,141); }
div.DivClassName
{
background-color: #80228D;
}
.BgClassName
{
background-color: #80228D;
}
</style>
border-color css
<style>
span { border-color: #80228D; }
span { border-color: rgb(128,34,141); }
td.TdClassName
{
border-color: #80228D;
}
.TagClassName
{
border-color: #80228D;
}
</style>