Shades of Vivid Violet #802591
Tints of Vivid Violet #802591
RGB
CMYK
RGB Variations
Color information
#802591 (or 0x802591) is known color: Vivid Violet. HEX triplet: 80, 25 and 91. RGB value is (128,37,145). Sum of RGB (Red+Green+Blue) = 128+37+145=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #802591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802591 is #7FDA6E. Grayscale: #4C4C4C. Windows color (decimal): -8378991 or 9512320. OLE color: 9512320.
HSL color Cylindrical-coordinate representation of color #802591: hue angle of 290.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802591 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 37 | 145 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.43 |
| HSL | 290.56º | 0.59% | 0.36% | - |
| HSV(B) | 290.56º | 0.74% | 0.57% | - |
| XYZ | 14.67 | 7.96 | 27.55 | - |
| YUV | 76.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 145 | 0.12 | 0.74 | 0 | 0.43 | 290.56 | 0.59 | 0.36 |
| Hex | 80 | 25 | 91 | C | 4A | 0 | 2B | 123 | 3B | 24 |
| Octal | 200 | 45 | 221 | 14 | 112 | 0 | 53 | 443 | 73 | 44 |
| Binary | 10000000 | 100101 | 10010001 | 1100 | 1001010 | 0 | 101011 | 100100011 | 111011 | 100100 |
Color Harmonies of #802591
Complementary color
Monochromatic Colors of #802591
Black with #802591
Text Example
Text Example
White with #802591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802591; }
p { color: rgb(128,37,145); }
H1.HeaderClassName
{
color: #802591;
}
.AnyTagClassName
{
color: #802591;
}
</style>
background-color css
<style>
a { background-color: #802591; }
a { background-color: rgb(128,37,145); }
div.DivClassName
{
background-color: #802591;
}
.BgClassName
{
background-color: #802591;
}
</style>
border-color css
<style>
span { border-color: #802591; }
span { border-color: rgb(128,37,145); }
td.TdClassName
{
border-color: #802591;
}
.TagClassName
{
border-color: #802591;
}
</style>