Shades of Vivid Violet #80219A
Tints of Vivid Violet #80219A
RGB
CMYK
RGB Variations
Color information
#80219A (or 0x80219A) is known color: Vivid Violet. HEX triplet: 80, 21 and 9A. RGB value is (128,33,154). Sum of RGB (Red+Green+Blue) = 128+33+154=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #80219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80219A is #7FDE65. Grayscale: #4A4A4A. Windows color (decimal): -8380006 or 10101120. OLE color: 10101120.
HSL color Cylindrical-coordinate representation of color #80219A: hue angle of 287.11º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80219A is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 33 | 154 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.40 |
| HSL | 287.11º | 0.65% | 0.37% | - |
| HSV(B) | 287.11º | 0.79% | 0.6% | - |
| XYZ | 15.28 | 8.01 | 31.31 | - |
| YUV | 75.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 154 | 0.17 | 0.79 | 0 | 0.40 | 287.11 | 0.65 | 0.37 |
| Hex | 80 | 21 | 9A | 11 | 4F | 0 | 28 | 11F | 41 | 25 |
| Octal | 200 | 41 | 232 | 21 | 117 | 0 | 50 | 437 | 101 | 45 |
| Binary | 10000000 | 100001 | 10011010 | 10001 | 1001111 | 0 | 101000 | 100011111 | 1000001 | 100101 |
Color Harmonies of #80219A
Complementary color
Monochromatic Colors of #80219A
Black with #80219A
Text Example
Text Example
White with #80219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80219A; }
p { color: rgb(128,33,154); }
H1.HeaderClassName
{
color: #80219A;
}
.AnyTagClassName
{
color: #80219A;
}
</style>
background-color css
<style>
a { background-color: #80219A; }
a { background-color: rgb(128,33,154); }
div.DivClassName
{
background-color: #80219A;
}
.BgClassName
{
background-color: #80219A;
}
</style>
border-color css
<style>
span { border-color: #80219A; }
span { border-color: rgb(128,33,154); }
td.TdClassName
{
border-color: #80219A;
}
.TagClassName
{
border-color: #80219A;
}
</style>