Shades of Vivid Violet #801995
Tints of Vivid Violet #801995
RGB
CMYK
RGB Variations
Color information
#801995 (or 0x801995) is known color: Vivid Violet. HEX triplet: 80, 19 and 95. RGB value is (128,25,149). Sum of RGB (Red+Green+Blue) = 128+25+149=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #801995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801995 is #7FE66A. Grayscale: #454545. Windows color (decimal): -8382059 or 9771392. OLE color: 9771392.
HSL color Cylindrical-coordinate representation of color #801995: hue angle of 289.84º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801995 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 25 | 149 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.42 |
| HSL | 289.84º | 0.71% | 0.34% | - |
| HSV(B) | 289.84º | 0.83% | 0.58% | - |
| XYZ | 14.67 | 7.45 | 29.1 | - |
| YUV | 69.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 149 | 0.14 | 0.83 | 0 | 0.42 | 289.84 | 0.71 | 0.34 |
| Hex | 80 | 19 | 95 | E | 53 | 0 | 2A | 122 | 47 | 22 |
| Octal | 200 | 31 | 225 | 16 | 123 | 0 | 52 | 442 | 107 | 42 |
| Binary | 10000000 | 11001 | 10010101 | 1110 | 1010011 | 0 | 101010 | 100100010 | 1000111 | 100010 |
Color Harmonies of #801995
Complementary color
Monochromatic Colors of #801995
Black with #801995
Text Example
Text Example
White with #801995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801995; }
p { color: rgb(128,25,149); }
H1.HeaderClassName
{
color: #801995;
}
.AnyTagClassName
{
color: #801995;
}
</style>
background-color css
<style>
a { background-color: #801995; }
a { background-color: rgb(128,25,149); }
div.DivClassName
{
background-color: #801995;
}
.BgClassName
{
background-color: #801995;
}
</style>
border-color css
<style>
span { border-color: #801995; }
span { border-color: rgb(128,25,149); }
td.TdClassName
{
border-color: #801995;
}
.TagClassName
{
border-color: #801995;
}
</style>