Shades of Vivid Violet #80209A
Tints of Vivid Violet #80209A
RGB
CMYK
RGB Variations
Color information
#80209A (or 0x80209A) is known color: Vivid Violet. HEX triplet: 80, 20 and 9A. RGB value is (128,32,154). Sum of RGB (Red+Green+Blue) = 128+32+154=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #80209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80209A is #7FDF65. Grayscale: #4A4A4A. Windows color (decimal): -8380262 or 10100864. OLE color: 10100864.
HSL color Cylindrical-coordinate representation of color #80209A: hue angle of 287.21º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80209A is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 32 | 154 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.40 |
| HSL | 287.21º | 0.66% | 0.36% | - |
| HSV(B) | 287.21º | 0.79% | 0.6% | - |
| XYZ | 15.25 | 7.96 | 31.3 | - |
| YUV | 74.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 154 | 0.17 | 0.79 | 0 | 0.40 | 287.21 | 0.66 | 0.36 |
| Hex | 80 | 20 | 9A | 11 | 4F | 0 | 28 | 11F | 42 | 24 |
| Octal | 200 | 40 | 232 | 21 | 117 | 0 | 50 | 437 | 102 | 44 |
| Binary | 10000000 | 100000 | 10011010 | 10001 | 1001111 | 0 | 101000 | 100011111 | 1000010 | 100100 |
Color Harmonies of #80209A
Complementary color
Monochromatic Colors of #80209A
Black with #80209A
Text Example
Text Example
White with #80209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80209A; }
p { color: rgb(128,32,154); }
H1.HeaderClassName
{
color: #80209A;
}
.AnyTagClassName
{
color: #80209A;
}
</style>
background-color css
<style>
a { background-color: #80209A; }
a { background-color: rgb(128,32,154); }
div.DivClassName
{
background-color: #80209A;
}
.BgClassName
{
background-color: #80209A;
}
</style>
border-color css
<style>
span { border-color: #80209A; }
span { border-color: rgb(128,32,154); }
td.TdClassName
{
border-color: #80209A;
}
.TagClassName
{
border-color: #80209A;
}
</style>