Shades of Vivid Violet #802295
Tints of Vivid Violet #802295
RGB
CMYK
RGB Variations
Color information
#802295 (or 0x802295) is known color: Vivid Violet. HEX triplet: 80, 22 and 95. RGB value is (128,34,149). Sum of RGB (Red+Green+Blue) = 128+34+149=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #802295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802295 is #7FDD6A. Grayscale: #4A4A4A. Windows color (decimal): -8379755 or 9773696. OLE color: 9773696.
HSL color Cylindrical-coordinate representation of color #802295: hue angle of 289.04º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802295 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 34 | 149 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.42 |
| HSL | 289.04º | 0.63% | 0.36% | - |
| HSV(B) | 289.04º | 0.77% | 0.58% | - |
| XYZ | 14.9 | 7.9 | 29.17 | - |
| YUV | 75.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 149 | 0.14 | 0.77 | 0 | 0.42 | 289.04 | 0.63 | 0.36 |
| Hex | 80 | 22 | 95 | E | 4D | 0 | 2A | 121 | 3F | 24 |
| Octal | 200 | 42 | 225 | 16 | 115 | 0 | 52 | 441 | 77 | 44 |
| Binary | 10000000 | 100010 | 10010101 | 1110 | 1001101 | 0 | 101010 | 100100001 | 111111 | 100100 |
Color Harmonies of #802295
Complementary color
Monochromatic Colors of #802295
Black with #802295
Text Example
Text Example
White with #802295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802295; }
p { color: rgb(128,34,149); }
H1.HeaderClassName
{
color: #802295;
}
.AnyTagClassName
{
color: #802295;
}
</style>
background-color css
<style>
a { background-color: #802295; }
a { background-color: rgb(128,34,149); }
div.DivClassName
{
background-color: #802295;
}
.BgClassName
{
background-color: #802295;
}
</style>
border-color css
<style>
span { border-color: #802295; }
span { border-color: rgb(128,34,149); }
td.TdClassName
{
border-color: #802295;
}
.TagClassName
{
border-color: #802295;
}
</style>