Shades of Vivid Violet #80209F
Tints of Vivid Violet #80209F
RGB
CMYK
RGB Variations
Color information
#80209F (or 0x80209F) is known color: Vivid Violet. HEX triplet: 80, 20 and 9F. RGB value is (128,32,159). Sum of RGB (Red+Green+Blue) = 128+32+159=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #80209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80209F is #7FDF60. Grayscale: #4A4A4A. Windows color (decimal): -8380257 or 10428544. OLE color: 10428544.
HSL color Cylindrical-coordinate representation of color #80209F: hue angle of 285.35º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80209F is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 32 | 159 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.38 |
| HSL | 285.35º | 0.66% | 0.37% | - |
| HSV(B) | 285.35º | 0.8% | 0.62% | - |
| XYZ | 15.68 | 8.13 | 33.54 | - |
| YUV | 75.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 159 | 0.19 | 0.80 | 0 | 0.38 | 285.35 | 0.66 | 0.37 |
| Hex | 80 | 20 | 9F | 13 | 50 | 0 | 26 | 11D | 42 | 25 |
| Octal | 200 | 40 | 237 | 23 | 120 | 0 | 46 | 435 | 102 | 45 |
| Binary | 10000000 | 100000 | 10011111 | 10011 | 1010000 | 0 | 100110 | 100011101 | 1000010 | 100101 |
Color Harmonies of #80209F
Complementary color
Monochromatic Colors of #80209F
Black with #80209F
Text Example
Text Example
White with #80209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80209F; }
p { color: rgb(128,32,159); }
H1.HeaderClassName
{
color: #80209F;
}
.AnyTagClassName
{
color: #80209F;
}
</style>
background-color css
<style>
a { background-color: #80209F; }
a { background-color: rgb(128,32,159); }
div.DivClassName
{
background-color: #80209F;
}
.BgClassName
{
background-color: #80209F;
}
</style>
border-color css
<style>
span { border-color: #80209F; }
span { border-color: rgb(128,32,159); }
td.TdClassName
{
border-color: #80209F;
}
.TagClassName
{
border-color: #80209F;
}
</style>