Shades of Vivid Violet #80208F
Tints of Vivid Violet #80208F
RGB
CMYK
RGB Variations
Color information
#80208F (or 0x80208F) is known color: Vivid Violet. HEX triplet: 80, 20 and 8F. RGB value is (128,32,143). Sum of RGB (Red+Green+Blue) = 128+32+143=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #80208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80208F is #7FDF70. Grayscale: #494949. Windows color (decimal): -8380273 or 9379968. OLE color: 9379968.
HSL color Cylindrical-coordinate representation of color #80208F: hue angle of 291.89º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80208F is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 32 | 143 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.44 |
| HSL | 291.89º | 0.63% | 0.34% | - |
| HSV(B) | 291.89º | 0.78% | 0.56% | - |
| XYZ | 14.38 | 7.61 | 26.7 | - |
| YUV | 73.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 143 | 0.10 | 0.78 | 0 | 0.44 | 291.89 | 0.63 | 0.34 |
| Hex | 80 | 20 | 8F | A | 4E | 0 | 2C | 124 | 3F | 22 |
| Octal | 200 | 40 | 217 | 12 | 116 | 0 | 54 | 444 | 77 | 42 |
| Binary | 10000000 | 100000 | 10001111 | 1010 | 1001110 | 0 | 101100 | 100100100 | 111111 | 100010 |
Color Harmonies of #80208F
Complementary color
Monochromatic Colors of #80208F
Black with #80208F
Text Example
Text Example
White with #80208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80208F; }
p { color: rgb(128,32,143); }
H1.HeaderClassName
{
color: #80208F;
}
.AnyTagClassName
{
color: #80208F;
}
</style>
background-color css
<style>
a { background-color: #80208F; }
a { background-color: rgb(128,32,143); }
div.DivClassName
{
background-color: #80208F;
}
.BgClassName
{
background-color: #80208F;
}
</style>
border-color css
<style>
span { border-color: #80208F; }
span { border-color: rgb(128,32,143); }
td.TdClassName
{
border-color: #80208F;
}
.TagClassName
{
border-color: #80208F;
}
</style>