Shades of Vivid Violet #802195
Tints of Vivid Violet #802195
RGB
CMYK
RGB Variations
Color information
#802195 (or 0x802195) is known color: Vivid Violet. HEX triplet: 80, 21 and 95. RGB value is (128,33,149). Sum of RGB (Red+Green+Blue) = 128+33+149=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #802195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802195 is #7FDE6A. Grayscale: #4A4A4A. Windows color (decimal): -8380011 or 9773440. OLE color: 9773440.
HSL color Cylindrical-coordinate representation of color #802195: hue angle of 289.14º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802195 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 33 | 149 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.42 |
| HSL | 289.14º | 0.64% | 0.36% | - |
| HSV(B) | 289.14º | 0.78% | 0.58% | - |
| XYZ | 14.87 | 7.85 | 29.16 | - |
| YUV | 74.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 149 | 0.14 | 0.78 | 0 | 0.42 | 289.14 | 0.64 | 0.36 |
| Hex | 80 | 21 | 95 | E | 4E | 0 | 2A | 121 | 40 | 24 |
| Octal | 200 | 41 | 225 | 16 | 116 | 0 | 52 | 441 | 100 | 44 |
| Binary | 10000000 | 100001 | 10010101 | 1110 | 1001110 | 0 | 101010 | 100100001 | 1000000 | 100100 |
Color Harmonies of #802195
Complementary color
Monochromatic Colors of #802195
Black with #802195
Text Example
Text Example
White with #802195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802195; }
p { color: rgb(128,33,149); }
H1.HeaderClassName
{
color: #802195;
}
.AnyTagClassName
{
color: #802195;
}
</style>
background-color css
<style>
a { background-color: #802195; }
a { background-color: rgb(128,33,149); }
div.DivClassName
{
background-color: #802195;
}
.BgClassName
{
background-color: #802195;
}
</style>
border-color css
<style>
span { border-color: #802195; }
span { border-color: rgb(128,33,149); }
td.TdClassName
{
border-color: #802195;
}
.TagClassName
{
border-color: #802195;
}
</style>