Shades of Vivid Violet #80398E
Tints of Vivid Violet #80398E
RGB
CMYK
RGB Variations
Color information
#80398E (or 0x80398E) is known color: Vivid Violet. HEX triplet: 80, 39 and 8E. RGB value is (128,57,142). Sum of RGB (Red+Green+Blue) = 128+57+142=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #80398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80398E is #7FC671. Grayscale: #575757. Windows color (decimal): -8373874 or 9320832. OLE color: 9320832.
HSL color Cylindrical-coordinate representation of color #80398E: hue angle of 290.12º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80398E is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 57 | 142 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.44 |
| HSL | 290.12º | 0.43% | 0.39% | - |
| HSV(B) | 290.12º | 0.6% | 0.56% | - |
| XYZ | 15.25 | 9.47 | 26.62 | - |
| YUV | 87.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 142 | 0.10 | 0.60 | 0 | 0.44 | 290.12 | 0.43 | 0.39 |
| Hex | 80 | 39 | 8E | A | 3C | 0 | 2C | 122 | 2B | 27 |
| Octal | 200 | 71 | 216 | 12 | 74 | 0 | 54 | 442 | 53 | 47 |
| Binary | 10000000 | 111001 | 10001110 | 1010 | 111100 | 0 | 101100 | 100100010 | 101011 | 100111 |
Color Harmonies of #80398E
Complementary color
Monochromatic Colors of #80398E
Black with #80398E
Text Example
Text Example
White with #80398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80398E; }
p { color: rgb(128,57,142); }
H1.HeaderClassName
{
color: #80398E;
}
.AnyTagClassName
{
color: #80398E;
}
</style>
background-color css
<style>
a { background-color: #80398E; }
a { background-color: rgb(128,57,142); }
div.DivClassName
{
background-color: #80398E;
}
.BgClassName
{
background-color: #80398E;
}
</style>
border-color css
<style>
span { border-color: #80398E; }
span { border-color: rgb(128,57,142); }
td.TdClassName
{
border-color: #80398E;
}
.TagClassName
{
border-color: #80398E;
}
</style>