Shades of Vivid Violet #80409E
Tints of Vivid Violet #80409E
RGB
CMYK
RGB Variations
Color information
#80409E (or 0x80409E) is known color: Vivid Violet. HEX triplet: 80, 40 and 9E. RGB value is (128,64,158). Sum of RGB (Red+Green+Blue) = 128+64+158=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #80409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80409E is #7FBF61. Grayscale: #5D5D5D. Windows color (decimal): -8372066 or 10371200. OLE color: 10371200.
HSL color Cylindrical-coordinate representation of color #80409E: hue angle of 280.85º degrees, saturation: 0.42, 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 #80409E is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 64 | 158 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.38 |
| HSL | 280.85º | 0.42% | 0.44% | - |
| HSV(B) | 280.85º | 0.59% | 0.62% | - |
| XYZ | 16.91 | 10.72 | 33.53 | - |
| YUV | 93.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 158 | 0.19 | 0.59 | 0 | 0.38 | 280.85 | 0.42 | 0.44 |
| Hex | 80 | 40 | 9E | 13 | 3B | 0 | 26 | 119 | 2A | 2C |
| Octal | 200 | 100 | 236 | 23 | 73 | 0 | 46 | 431 | 52 | 54 |
| Binary | 10000000 | 1000000 | 10011110 | 10011 | 111011 | 0 | 100110 | 100011001 | 101010 | 101100 |
Color Harmonies of #80409E
Complementary color
Monochromatic Colors of #80409E
Black with #80409E
Text Example
Text Example
White with #80409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80409E; }
p { color: rgb(128,64,158); }
H1.HeaderClassName
{
color: #80409E;
}
.AnyTagClassName
{
color: #80409E;
}
</style>
background-color css
<style>
a { background-color: #80409E; }
a { background-color: rgb(128,64,158); }
div.DivClassName
{
background-color: #80409E;
}
.BgClassName
{
background-color: #80409E;
}
</style>
border-color css
<style>
span { border-color: #80409E; }
span { border-color: rgb(128,64,158); }
td.TdClassName
{
border-color: #80409E;
}
.TagClassName
{
border-color: #80409E;
}
</style>