Shades of Vivid Violet #802097
Tints of Vivid Violet #802097
RGB
CMYK
RGB Variations
Color information
#802097 (or 0x802097) is known color: Vivid Violet. HEX triplet: 80, 20 and 97. RGB value is (128,32,151). Sum of RGB (Red+Green+Blue) = 128+32+151=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #802097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802097 is #7FDF68. Grayscale: #494949. Windows color (decimal): -8380265 or 9904256. OLE color: 9904256.
HSL color Cylindrical-coordinate representation of color #802097: hue angle of 288.4º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802097 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 32 | 151 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.41 |
| HSL | 288.4º | 0.65% | 0.36% | - |
| HSV(B) | 288.4º | 0.79% | 0.59% | - |
| XYZ | 15 | 7.86 | 30 | - |
| YUV | 74.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 151 | 0.15 | 0.79 | 0 | 0.41 | 288.4 | 0.65 | 0.36 |
| Hex | 80 | 20 | 97 | F | 4F | 0 | 29 | 120 | 41 | 24 |
| Octal | 200 | 40 | 227 | 17 | 117 | 0 | 51 | 440 | 101 | 44 |
| Binary | 10000000 | 100000 | 10010111 | 1111 | 1001111 | 0 | 101001 | 100100000 | 1000001 | 100100 |
Color Harmonies of #802097
Complementary color
Monochromatic Colors of #802097
Black with #802097
Text Example
Text Example
White with #802097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802097; }
p { color: rgb(128,32,151); }
H1.HeaderClassName
{
color: #802097;
}
.AnyTagClassName
{
color: #802097;
}
</style>
background-color css
<style>
a { background-color: #802097; }
a { background-color: rgb(128,32,151); }
div.DivClassName
{
background-color: #802097;
}
.BgClassName
{
background-color: #802097;
}
</style>
border-color css
<style>
span { border-color: #802097; }
span { border-color: rgb(128,32,151); }
td.TdClassName
{
border-color: #802097;
}
.TagClassName
{
border-color: #802097;
}
</style>