Shades of Vivid Violet #80339F
Tints of Vivid Violet #80339F
RGB
CMYK
RGB Variations
Color information
#80339F (or 0x80339F) is known color: Vivid Violet. HEX triplet: 80, 33 and 9F. RGB value is (128,51,159). Sum of RGB (Red+Green+Blue) = 128+51+159=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #80339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80339F is #7FCC60. Grayscale: #555555. Windows color (decimal): -8375393 or 10433408. OLE color: 10433408.
HSL color Cylindrical-coordinate representation of color #80339F: hue angle of 282.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80339F is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 51 | 159 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.38 |
| HSL | 282.78º | 0.51% | 0.41% | - |
| HSV(B) | 282.78º | 0.68% | 0.62% | - |
| XYZ | 16.34 | 9.46 | 33.77 | - |
| YUV | 86.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 159 | 0.19 | 0.68 | 0 | 0.38 | 282.78 | 0.51 | 0.41 |
| Hex | 80 | 33 | 9F | 13 | 44 | 0 | 26 | 11B | 33 | 29 |
| Octal | 200 | 63 | 237 | 23 | 104 | 0 | 46 | 433 | 63 | 51 |
| Binary | 10000000 | 110011 | 10011111 | 10011 | 1000100 | 0 | 100110 | 100011011 | 110011 | 101001 |
Color Harmonies of #80339F
Complementary color
Monochromatic Colors of #80339F
Black with #80339F
Text Example
Text Example
White with #80339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80339F; }
p { color: rgb(128,51,159); }
H1.HeaderClassName
{
color: #80339F;
}
.AnyTagClassName
{
color: #80339F;
}
</style>
background-color css
<style>
a { background-color: #80339F; }
a { background-color: rgb(128,51,159); }
div.DivClassName
{
background-color: #80339F;
}
.BgClassName
{
background-color: #80339F;
}
</style>
border-color css
<style>
span { border-color: #80339F; }
span { border-color: rgb(128,51,159); }
td.TdClassName
{
border-color: #80339F;
}
.TagClassName
{
border-color: #80339F;
}
</style>