Shades of Vivid Violet #802491
Tints of Vivid Violet #802491
RGB
CMYK
RGB Variations
Color information
#802491 (or 0x802491) is known color: Vivid Violet. HEX triplet: 80, 24 and 91. RGB value is (128,36,145). Sum of RGB (Red+Green+Blue) = 128+36+145=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #802491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802491 is #7FDB6E. Grayscale: #4B4B4B. Windows color (decimal): -8379247 or 9512064. OLE color: 9512064.
HSL color Cylindrical-coordinate representation of color #802491: hue angle of 290.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802491 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 36 | 145 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.43 |
| HSL | 290.64º | 0.6% | 0.35% | - |
| HSV(B) | 290.64º | 0.75% | 0.57% | - |
| XYZ | 14.64 | 7.9 | 27.54 | - |
| YUV | 75.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 145 | 0.12 | 0.75 | 0 | 0.43 | 290.64 | 0.6 | 0.35 |
| Hex | 80 | 24 | 91 | C | 4B | 0 | 2B | 123 | 3C | 23 |
| Octal | 200 | 44 | 221 | 14 | 113 | 0 | 53 | 443 | 74 | 43 |
| Binary | 10000000 | 100100 | 10010001 | 1100 | 1001011 | 0 | 101011 | 100100011 | 111100 | 100011 |
Color Harmonies of #802491
Complementary color
Monochromatic Colors of #802491
Black with #802491
Text Example
Text Example
White with #802491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802491; }
p { color: rgb(128,36,145); }
H1.HeaderClassName
{
color: #802491;
}
.AnyTagClassName
{
color: #802491;
}
</style>
background-color css
<style>
a { background-color: #802491; }
a { background-color: rgb(128,36,145); }
div.DivClassName
{
background-color: #802491;
}
.BgClassName
{
background-color: #802491;
}
</style>
border-color css
<style>
span { border-color: #802491; }
span { border-color: rgb(128,36,145); }
td.TdClassName
{
border-color: #802491;
}
.TagClassName
{
border-color: #802491;
}
</style>