Shades of Vivid Violet #80398A
Tints of Vivid Violet #80398A
RGB
CMYK
RGB Variations
Color information
#80398A (or 0x80398A) is known color: Vivid Violet. HEX triplet: 80, 39 and 8A. RGB value is (128,57,138). Sum of RGB (Red+Green+Blue) = 128+57+138=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #80398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80398A is #7FC675. Grayscale: #575757. Windows color (decimal): -8373878 or 9058688. OLE color: 9058688.
HSL color Cylindrical-coordinate representation of color #80398A: hue angle of 292.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80398A is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 57 | 138 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.46 |
| HSL | 292.59º | 0.42% | 0.38% | - |
| HSV(B) | 292.59º | 0.59% | 0.54% | - |
| XYZ | 14.95 | 9.35 | 25.06 | - |
| YUV | 87.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 138 | 0.07 | 0.59 | 0 | 0.46 | 292.59 | 0.42 | 0.38 |
| Hex | 80 | 39 | 8A | 7 | 3B | 0 | 2E | 125 | 2A | 26 |
| Octal | 200 | 71 | 212 | 7 | 73 | 0 | 56 | 445 | 52 | 46 |
| Binary | 10000000 | 111001 | 10001010 | 111 | 111011 | 0 | 101110 | 100100101 | 101010 | 100110 |
Color Harmonies of #80398A
Complementary color
Monochromatic Colors of #80398A
Black with #80398A
Text Example
Text Example
White with #80398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80398A; }
p { color: rgb(128,57,138); }
H1.HeaderClassName
{
color: #80398A;
}
.AnyTagClassName
{
color: #80398A;
}
</style>
background-color css
<style>
a { background-color: #80398A; }
a { background-color: rgb(128,57,138); }
div.DivClassName
{
background-color: #80398A;
}
.BgClassName
{
background-color: #80398A;
}
</style>
border-color css
<style>
span { border-color: #80398A; }
span { border-color: rgb(128,57,138); }
td.TdClassName
{
border-color: #80398A;
}
.TagClassName
{
border-color: #80398A;
}
</style>