Shades of Vivid Violet #802E81
Tints of Vivid Violet #802E81
RGB
CMYK
RGB Variations
Color information
#802E81 (or 0x802E81) is known color: Vivid Violet. HEX triplet: 80, 2E and 81. RGB value is (128,46,129). Sum of RGB (Red+Green+Blue) = 128+46+129=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #802E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802E81 is #7FD17E. Grayscale: #4F4F4F. Windows color (decimal): -8376703 or 8466048. OLE color: 8466048.
HSL color Cylindrical-coordinate representation of color #802E81: hue angle of 299.28º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802E81 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 46 | 129 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.49 |
| HSL | 299.28º | 0.47% | 0.34% | - |
| HSV(B) | 299.28º | 0.64% | 0.51% | - |
| XYZ | 13.84 | 8.13 | 21.61 | - |
| YUV | 79.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 129 | 0.01 | 0.64 | 0 | 0.49 | 299.28 | 0.47 | 0.34 |
| Hex | 80 | 2E | 81 | 1 | 40 | 0 | 31 | 12B | 2F | 22 |
| Octal | 200 | 56 | 201 | 1 | 100 | 0 | 61 | 453 | 57 | 42 |
| Binary | 10000000 | 101110 | 10000001 | 1 | 1000000 | 0 | 110001 | 100101011 | 101111 | 100010 |
Color Harmonies of #802E81
Complementary color
Monochromatic Colors of #802E81
Black with #802E81
Text Example
Text Example
White with #802E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802E81; }
p { color: rgb(128,46,129); }
H1.HeaderClassName
{
color: #802E81;
}
.AnyTagClassName
{
color: #802E81;
}
</style>
background-color css
<style>
a { background-color: #802E81; }
a { background-color: rgb(128,46,129); }
div.DivClassName
{
background-color: #802E81;
}
.BgClassName
{
background-color: #802E81;
}
</style>
border-color css
<style>
span { border-color: #802E81; }
span { border-color: rgb(128,46,129); }
td.TdClassName
{
border-color: #802E81;
}
.TagClassName
{
border-color: #802E81;
}
</style>