Shades of Vivid Violet #802B91
Tints of Vivid Violet #802B91
RGB
CMYK
RGB Variations
Color information
#802B91 (or 0x802B91) is known color: Vivid Violet. HEX triplet: 80, 2B and 91. RGB value is (128,43,145). Sum of RGB (Red+Green+Blue) = 128+43+145=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #802B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802B91 is #7FD46E. Grayscale: #4F4F4F. Windows color (decimal): -8377455 or 9513856. OLE color: 9513856.
HSL color Cylindrical-coordinate representation of color #802B91: hue angle of 290º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802B91 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 43 | 145 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.43 |
| HSL | 290º | 0.54% | 0.37% | - |
| HSV(B) | 290º | 0.7% | 0.57% | - |
| XYZ | 14.88 | 8.36 | 27.62 | - |
| YUV | 80.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 145 | 0.12 | 0.70 | 0 | 0.43 | 290 | 0.54 | 0.37 |
| Hex | 80 | 2B | 91 | C | 46 | 0 | 2B | 122 | 36 | 25 |
| Octal | 200 | 53 | 221 | 14 | 106 | 0 | 53 | 442 | 66 | 45 |
| Binary | 10000000 | 101011 | 10010001 | 1100 | 1000110 | 0 | 101011 | 100100010 | 110110 | 100101 |
Color Harmonies of #802B91
Complementary color
Monochromatic Colors of #802B91
Black with #802B91
Text Example
Text Example
White with #802B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B91; }
p { color: rgb(128,43,145); }
H1.HeaderClassName
{
color: #802B91;
}
.AnyTagClassName
{
color: #802B91;
}
</style>
background-color css
<style>
a { background-color: #802B91; }
a { background-color: rgb(128,43,145); }
div.DivClassName
{
background-color: #802B91;
}
.BgClassName
{
background-color: #802B91;
}
</style>
border-color css
<style>
span { border-color: #802B91; }
span { border-color: rgb(128,43,145); }
td.TdClassName
{
border-color: #802B91;
}
.TagClassName
{
border-color: #802B91;
}
</style>