Shades of Vivid Violet #802E91
Tints of Vivid Violet #802E91
RGB
CMYK
RGB Variations
Color information
#802E91 (or 0x802E91) is known color: Vivid Violet. HEX triplet: 80, 2E and 91. RGB value is (128,46,145). Sum of RGB (Red+Green+Blue) = 128+46+145=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #802E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802E91 is #7FD16E. Grayscale: #515151. Windows color (decimal): -8376687 or 9514624. OLE color: 9514624.
HSL color Cylindrical-coordinate representation of color #802E91: hue angle of 289.7º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802E91 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 46 | 145 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.43 |
| HSL | 289.7º | 0.52% | 0.37% | - |
| HSV(B) | 289.7º | 0.68% | 0.57% | - |
| XYZ | 14.99 | 8.59 | 27.66 | - |
| YUV | 81.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 145 | 0.12 | 0.68 | 0 | 0.43 | 289.7 | 0.52 | 0.37 |
| Hex | 80 | 2E | 91 | C | 44 | 0 | 2B | 122 | 34 | 25 |
| Octal | 200 | 56 | 221 | 14 | 104 | 0 | 53 | 442 | 64 | 45 |
| Binary | 10000000 | 101110 | 10010001 | 1100 | 1000100 | 0 | 101011 | 100100010 | 110100 | 100101 |
Color Harmonies of #802E91
Complementary color
Monochromatic Colors of #802E91
Black with #802E91
Text Example
Text Example
White with #802E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802E91; }
p { color: rgb(128,46,145); }
H1.HeaderClassName
{
color: #802E91;
}
.AnyTagClassName
{
color: #802E91;
}
</style>
background-color css
<style>
a { background-color: #802E91; }
a { background-color: rgb(128,46,145); }
div.DivClassName
{
background-color: #802E91;
}
.BgClassName
{
background-color: #802E91;
}
</style>
border-color css
<style>
span { border-color: #802E91; }
span { border-color: rgb(128,46,145); }
td.TdClassName
{
border-color: #802E91;
}
.TagClassName
{
border-color: #802E91;
}
</style>