Shades of Vivid Violet #80319C
Tints of Vivid Violet #80319C
RGB
CMYK
RGB Variations
Color information
#80319C (or 0x80319C) is known color: Vivid Violet. HEX triplet: 80, 31 and 9C. RGB value is (128,49,156). Sum of RGB (Red+Green+Blue) = 128+49+156=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #80319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80319C is #7FCE63. Grayscale: #545454. Windows color (decimal): -8375908 or 10236288. OLE color: 10236288.
HSL color Cylindrical-coordinate representation of color #80319C: hue angle of 284.3º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80319C is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 49 | 156 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.39 |
| HSL | 284.3º | 0.52% | 0.4% | - |
| HSV(B) | 284.3º | 0.69% | 0.61% | - |
| XYZ | 16 | 9.19 | 32.38 | - |
| YUV | 84.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 156 | 0.18 | 0.69 | 0 | 0.39 | 284.3 | 0.52 | 0.4 |
| Hex | 80 | 31 | 9C | 12 | 45 | 0 | 27 | 11C | 34 | 28 |
| Octal | 200 | 61 | 234 | 22 | 105 | 0 | 47 | 434 | 64 | 50 |
| Binary | 10000000 | 110001 | 10011100 | 10010 | 1000101 | 0 | 100111 | 100011100 | 110100 | 101000 |
Color Harmonies of #80319C
Complementary color
Monochromatic Colors of #80319C
Black with #80319C
Text Example
Text Example
White with #80319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80319C; }
p { color: rgb(128,49,156); }
H1.HeaderClassName
{
color: #80319C;
}
.AnyTagClassName
{
color: #80319C;
}
</style>
background-color css
<style>
a { background-color: #80319C; }
a { background-color: rgb(128,49,156); }
div.DivClassName
{
background-color: #80319C;
}
.BgClassName
{
background-color: #80319C;
}
</style>
border-color css
<style>
span { border-color: #80319C; }
span { border-color: rgb(128,49,156); }
td.TdClassName
{
border-color: #80319C;
}
.TagClassName
{
border-color: #80319C;
}
</style>