Shades of Vivid Violet #801D8F
Tints of Vivid Violet #801D8F
RGB
CMYK
RGB Variations
Color information
#801D8F (or 0x801D8F) is known color: Vivid Violet. HEX triplet: 80, 1D and 8F. RGB value is (128,29,143). Sum of RGB (Red+Green+Blue) = 128+29+143=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #801D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801D8F is #7FE270. Grayscale: #474747. Windows color (decimal): -8381041 or 9379200. OLE color: 9379200.
HSL color Cylindrical-coordinate representation of color #801D8F: hue angle of 292.11º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801D8F is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 29 | 143 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.44 |
| HSL | 292.11º | 0.66% | 0.34% | - |
| HSV(B) | 292.11º | 0.8% | 0.56% | - |
| XYZ | 14.3 | 7.45 | 26.67 | - |
| YUV | 71.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 143 | 0.10 | 0.80 | 0 | 0.44 | 292.11 | 0.66 | 0.34 |
| Hex | 80 | 1D | 8F | A | 50 | 0 | 2C | 124 | 42 | 22 |
| Octal | 200 | 35 | 217 | 12 | 120 | 0 | 54 | 444 | 102 | 42 |
| Binary | 10000000 | 11101 | 10001111 | 1010 | 1010000 | 0 | 101100 | 100100100 | 1000010 | 100010 |
Color Harmonies of #801D8F
Complementary color
Monochromatic Colors of #801D8F
Black with #801D8F
Text Example
Text Example
White with #801D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D8F; }
p { color: rgb(128,29,143); }
H1.HeaderClassName
{
color: #801D8F;
}
.AnyTagClassName
{
color: #801D8F;
}
</style>
background-color css
<style>
a { background-color: #801D8F; }
a { background-color: rgb(128,29,143); }
div.DivClassName
{
background-color: #801D8F;
}
.BgClassName
{
background-color: #801D8F;
}
</style>
border-color css
<style>
span { border-color: #801D8F; }
span { border-color: rgb(128,29,143); }
td.TdClassName
{
border-color: #801D8F;
}
.TagClassName
{
border-color: #801D8F;
}
</style>