Shades of Vivid Violet #80419D
Tints of Vivid Violet #80419D
RGB
CMYK
RGB Variations
Color information
#80419D (or 0x80419D) is known color: Vivid Violet. HEX triplet: 80, 41 and 9D. RGB value is (128,65,157). Sum of RGB (Red+Green+Blue) = 128+65+157=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #80419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80419D is #7FBE62. Grayscale: #5E5E5E. Windows color (decimal): -8371811 or 10305920. OLE color: 10305920.
HSL color Cylindrical-coordinate representation of color #80419D: hue angle of 281.09º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80419D is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 65 | 157 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.38 |
| HSL | 281.09º | 0.41% | 0.44% | - |
| HSV(B) | 281.09º | 0.59% | 0.62% | - |
| XYZ | 16.88 | 10.8 | 33.09 | - |
| YUV | 94.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 157 | 0.18 | 0.59 | 0 | 0.38 | 281.09 | 0.41 | 0.44 |
| Hex | 80 | 41 | 9D | 12 | 3B | 0 | 26 | 119 | 29 | 2C |
| Octal | 200 | 101 | 235 | 22 | 73 | 0 | 46 | 431 | 51 | 54 |
| Binary | 10000000 | 1000001 | 10011101 | 10010 | 111011 | 0 | 100110 | 100011001 | 101001 | 101100 |
Color Harmonies of #80419D
Complementary color
Monochromatic Colors of #80419D
Black with #80419D
Text Example
Text Example
White with #80419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80419D; }
p { color: rgb(128,65,157); }
H1.HeaderClassName
{
color: #80419D;
}
.AnyTagClassName
{
color: #80419D;
}
</style>
background-color css
<style>
a { background-color: #80419D; }
a { background-color: rgb(128,65,157); }
div.DivClassName
{
background-color: #80419D;
}
.BgClassName
{
background-color: #80419D;
}
</style>
border-color css
<style>
span { border-color: #80419D; }
span { border-color: rgb(128,65,157); }
td.TdClassName
{
border-color: #80419D;
}
.TagClassName
{
border-color: #80419D;
}
</style>