Shades of Vivid Violet #802194
Tints of Vivid Violet #802194
RGB
CMYK
RGB Variations
Color information
#802194 (or 0x802194) is known color: Vivid Violet. HEX triplet: 80, 21 and 94. RGB value is (128,33,148). Sum of RGB (Red+Green+Blue) = 128+33+148=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #802194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802194 is #7FDE6B. Grayscale: #4A4A4A. Windows color (decimal): -8380012 or 9707904. OLE color: 9707904.
HSL color Cylindrical-coordinate representation of color #802194: hue angle of 289.57º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802194 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 33 | 148 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.42 |
| HSL | 289.57º | 0.64% | 0.35% | - |
| HSV(B) | 289.57º | 0.78% | 0.58% | - |
| XYZ | 14.79 | 7.82 | 28.75 | - |
| YUV | 74.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 148 | 0.14 | 0.78 | 0 | 0.42 | 289.57 | 0.64 | 0.35 |
| Hex | 80 | 21 | 94 | E | 4E | 0 | 2A | 122 | 40 | 23 |
| Octal | 200 | 41 | 224 | 16 | 116 | 0 | 52 | 442 | 100 | 43 |
| Binary | 10000000 | 100001 | 10010100 | 1110 | 1001110 | 0 | 101010 | 100100010 | 1000000 | 100011 |
Color Harmonies of #802194
Complementary color
Monochromatic Colors of #802194
Black with #802194
Text Example
Text Example
White with #802194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802194; }
p { color: rgb(128,33,148); }
H1.HeaderClassName
{
color: #802194;
}
.AnyTagClassName
{
color: #802194;
}
</style>
background-color css
<style>
a { background-color: #802194; }
a { background-color: rgb(128,33,148); }
div.DivClassName
{
background-color: #802194;
}
.BgClassName
{
background-color: #802194;
}
</style>
border-color css
<style>
span { border-color: #802194; }
span { border-color: rgb(128,33,148); }
td.TdClassName
{
border-color: #802194;
}
.TagClassName
{
border-color: #802194;
}
</style>