Shades of Vivid Violet #80359D
Tints of Vivid Violet #80359D
RGB
CMYK
RGB Variations
Color information
#80359D (or 0x80359D) is known color: Vivid Violet. HEX triplet: 80, 35 and 9D. RGB value is (128,53,157). Sum of RGB (Red+Green+Blue) = 128+53+157=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #80359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80359D is #7FCA62. Grayscale: #565656. Windows color (decimal): -8374883 or 10302848. OLE color: 10302848.
HSL color Cylindrical-coordinate representation of color #80359D: hue angle of 283.27º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80359D is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 53 | 157 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.38 |
| HSL | 283.27º | 0.5% | 0.41% | - |
| HSV(B) | 283.27º | 0.66% | 0.62% | - |
| XYZ | 16.26 | 9.57 | 32.89 | - |
| YUV | 87.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 157 | 0.18 | 0.66 | 0 | 0.38 | 283.27 | 0.5 | 0.41 |
| Hex | 80 | 35 | 9D | 12 | 42 | 0 | 26 | 11B | 32 | 29 |
| Octal | 200 | 65 | 235 | 22 | 102 | 0 | 46 | 433 | 62 | 51 |
| Binary | 10000000 | 110101 | 10011101 | 10010 | 1000010 | 0 | 100110 | 100011011 | 110010 | 101001 |
Color Harmonies of #80359D
Complementary color
Monochromatic Colors of #80359D
Black with #80359D
Text Example
Text Example
White with #80359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80359D; }
p { color: rgb(128,53,157); }
H1.HeaderClassName
{
color: #80359D;
}
.AnyTagClassName
{
color: #80359D;
}
</style>
background-color css
<style>
a { background-color: #80359D; }
a { background-color: rgb(128,53,157); }
div.DivClassName
{
background-color: #80359D;
}
.BgClassName
{
background-color: #80359D;
}
</style>
border-color css
<style>
span { border-color: #80359D; }
span { border-color: rgb(128,53,157); }
td.TdClassName
{
border-color: #80359D;
}
.TagClassName
{
border-color: #80359D;
}
</style>