Shades of Vivid Violet #802597
Tints of Vivid Violet #802597
RGB
CMYK
RGB Variations
Color information
#802597 (or 0x802597) is known color: Vivid Violet. HEX triplet: 80, 25 and 97. RGB value is (128,37,151). Sum of RGB (Red+Green+Blue) = 128+37+151=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #802597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802597 is #7FDA68. Grayscale: #4C4C4C. Windows color (decimal): -8378985 or 9905536. OLE color: 9905536.
HSL color Cylindrical-coordinate representation of color #802597: hue angle of 287.89º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802597 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 37 | 151 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.41 |
| HSL | 287.89º | 0.61% | 0.37% | - |
| HSV(B) | 287.89º | 0.75% | 0.59% | - |
| XYZ | 15.15 | 8.15 | 30.05 | - |
| YUV | 77.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 151 | 0.15 | 0.75 | 0 | 0.41 | 287.89 | 0.61 | 0.37 |
| Hex | 80 | 25 | 97 | F | 4B | 0 | 29 | 120 | 3D | 25 |
| Octal | 200 | 45 | 227 | 17 | 113 | 0 | 51 | 440 | 75 | 45 |
| Binary | 10000000 | 100101 | 10010111 | 1111 | 1001011 | 0 | 101001 | 100100000 | 111101 | 100101 |
Color Harmonies of #802597
Complementary color
Monochromatic Colors of #802597
Black with #802597
Text Example
Text Example
White with #802597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802597; }
p { color: rgb(128,37,151); }
H1.HeaderClassName
{
color: #802597;
}
.AnyTagClassName
{
color: #802597;
}
</style>
background-color css
<style>
a { background-color: #802597; }
a { background-color: rgb(128,37,151); }
div.DivClassName
{
background-color: #802597;
}
.BgClassName
{
background-color: #802597;
}
</style>
border-color css
<style>
span { border-color: #802597; }
span { border-color: rgb(128,37,151); }
td.TdClassName
{
border-color: #802597;
}
.TagClassName
{
border-color: #802597;
}
</style>