Shades of Vivid Violet #80368E
Tints of Vivid Violet #80368E
RGB
CMYK
RGB Variations
Color information
#80368E (or 0x80368E) is known color: Vivid Violet. HEX triplet: 80, 36 and 8E. RGB value is (128,54,142). Sum of RGB (Red+Green+Blue) = 128+54+142=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #80368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80368E is #7FC971. Grayscale: #555555. Windows color (decimal): -8374642 or 9320064. OLE color: 9320064.
HSL color Cylindrical-coordinate representation of color #80368E: hue angle of 290.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80368E is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 54 | 142 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.44 |
| HSL | 290.45º | 0.45% | 0.38% | - |
| HSV(B) | 290.45º | 0.62% | 0.56% | - |
| XYZ | 15.1 | 9.18 | 26.57 | - |
| YUV | 86.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 142 | 0.10 | 0.62 | 0 | 0.44 | 290.45 | 0.45 | 0.38 |
| Hex | 80 | 36 | 8E | A | 3E | 0 | 2C | 122 | 2D | 26 |
| Octal | 200 | 66 | 216 | 12 | 76 | 0 | 54 | 442 | 55 | 46 |
| Binary | 10000000 | 110110 | 10001110 | 1010 | 111110 | 0 | 101100 | 100100010 | 101101 | 100110 |
Color Harmonies of #80368E
Complementary color
Monochromatic Colors of #80368E
Black with #80368E
Text Example
Text Example
White with #80368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80368E; }
p { color: rgb(128,54,142); }
H1.HeaderClassName
{
color: #80368E;
}
.AnyTagClassName
{
color: #80368E;
}
</style>
background-color css
<style>
a { background-color: #80368E; }
a { background-color: rgb(128,54,142); }
div.DivClassName
{
background-color: #80368E;
}
.BgClassName
{
background-color: #80368E;
}
</style>
border-color css
<style>
span { border-color: #80368E; }
span { border-color: rgb(128,54,142); }
td.TdClassName
{
border-color: #80368E;
}
.TagClassName
{
border-color: #80368E;
}
</style>