Shades of Vivid Violet #80379D
Tints of Vivid Violet #80379D
RGB
CMYK
RGB Variations
Color information
#80379D (or 0x80379D) is known color: Vivid Violet. HEX triplet: 80, 37 and 9D. RGB value is (128,55,157). Sum of RGB (Red+Green+Blue) = 128+55+157=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #80379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80379D is #7FC862. Grayscale: #585858. Windows color (decimal): -8374371 or 10303360. OLE color: 10303360.
HSL color Cylindrical-coordinate representation of color #80379D: hue angle of 282.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80379D is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 55 | 157 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.38 |
| HSL | 282.94º | 0.48% | 0.42% | - |
| HSV(B) | 282.94º | 0.65% | 0.62% | - |
| XYZ | 16.35 | 9.76 | 32.92 | - |
| YUV | 88.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 157 | 0.18 | 0.65 | 0 | 0.38 | 282.94 | 0.48 | 0.42 |
| Hex | 80 | 37 | 9D | 12 | 41 | 0 | 26 | 11B | 30 | 2A |
| Octal | 200 | 67 | 235 | 22 | 101 | 0 | 46 | 433 | 60 | 52 |
| Binary | 10000000 | 110111 | 10011101 | 10010 | 1000001 | 0 | 100110 | 100011011 | 110000 | 101010 |
Color Harmonies of #80379D
Complementary color
Monochromatic Colors of #80379D
Black with #80379D
Text Example
Text Example
White with #80379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80379D; }
p { color: rgb(128,55,157); }
H1.HeaderClassName
{
color: #80379D;
}
.AnyTagClassName
{
color: #80379D;
}
</style>
background-color css
<style>
a { background-color: #80379D; }
a { background-color: rgb(128,55,157); }
div.DivClassName
{
background-color: #80379D;
}
.BgClassName
{
background-color: #80379D;
}
</style>
border-color css
<style>
span { border-color: #80379D; }
span { border-color: rgb(128,55,157); }
td.TdClassName
{
border-color: #80379D;
}
.TagClassName
{
border-color: #80379D;
}
</style>