Shades of Vivid Violet #80228B
Tints of Vivid Violet #80228B
RGB
CMYK
RGB Variations
Color information
#80228B (or 0x80228B) is known color: Vivid Violet. HEX triplet: 80, 22 and 8B. RGB value is (128,34,139). Sum of RGB (Red+Green+Blue) = 128+34+139=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #80228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80228B is #7FDD74. Grayscale: #494949. Windows color (decimal): -8379765 or 9118336. OLE color: 9118336.
HSL color Cylindrical-coordinate representation of color #80228B: hue angle of 293.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 #80228B is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 34 | 139 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.45 |
| HSL | 293.71º | 0.61% | 0.34% | - |
| HSV(B) | 293.71º | 0.76% | 0.55% | - |
| XYZ | 14.13 | 7.6 | 25.15 | - |
| YUV | 74.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 139 | 0.08 | 0.76 | 0 | 0.45 | 293.71 | 0.61 | 0.34 |
| Hex | 80 | 22 | 8B | 8 | 4C | 0 | 2D | 126 | 3D | 22 |
| Octal | 200 | 42 | 213 | 10 | 114 | 0 | 55 | 446 | 75 | 42 |
| Binary | 10000000 | 100010 | 10001011 | 1000 | 1001100 | 0 | 101101 | 100100110 | 111101 | 100010 |
Color Harmonies of #80228B
Complementary color
Monochromatic Colors of #80228B
Black with #80228B
Text Example
Text Example
White with #80228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80228B; }
p { color: rgb(128,34,139); }
H1.HeaderClassName
{
color: #80228B;
}
.AnyTagClassName
{
color: #80228B;
}
</style>
background-color css
<style>
a { background-color: #80228B; }
a { background-color: rgb(128,34,139); }
div.DivClassName
{
background-color: #80228B;
}
.BgClassName
{
background-color: #80228B;
}
</style>
border-color css
<style>
span { border-color: #80228B; }
span { border-color: rgb(128,34,139); }
td.TdClassName
{
border-color: #80228B;
}
.TagClassName
{
border-color: #80228B;
}
</style>