Shades of Vivid Violet #80337F
Tints of Vivid Violet #80337F
RGB
CMYK
RGB Variations
Color information
#80337F (or 0x80337F) is known color: Vivid Violet. HEX triplet: 80, 33 and 7F. RGB value is (128,51,127). Sum of RGB (Red+Green+Blue) = 128+51+127=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80337F is #7FCC80. Grayscale: #525252. Windows color (decimal): -8375425 or 8336256. OLE color: 8336256.
HSL color Cylindrical-coordinate representation of color #80337F: hue angle of 300.78º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80337F is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 127 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.50 |
| HSL | 300.78º | 0.43% | 0.35% | - |
| HSV(B) | 300.78º | 0.6% | 0.5% | - |
| XYZ | 13.92 | 8.49 | 20.98 | - |
| YUV | 82.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 127 | 0 | 0.60 | 0.01 | 0.50 | 300.78 | 0.43 | 0.35 |
| Hex | 80 | 33 | 7F | 0 | 3C | 1 | 32 | 12D | 2B | 23 |
| Octal | 200 | 63 | 177 | 0 | 74 | 1 | 62 | 455 | 53 | 43 |
| Binary | 10000000 | 110011 | 1111111 | 0 | 111100 | 1 | 110010 | 100101101 | 101011 | 100011 |
Color Harmonies of #80337F
Complementary color
Monochromatic Colors of #80337F
Black with #80337F
Text Example
Text Example
White with #80337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80337F; }
p { color: rgb(128,51,127); }
H1.HeaderClassName
{
color: #80337F;
}
.AnyTagClassName
{
color: #80337F;
}
</style>
background-color css
<style>
a { background-color: #80337F; }
a { background-color: rgb(128,51,127); }
div.DivClassName
{
background-color: #80337F;
}
.BgClassName
{
background-color: #80337F;
}
</style>
border-color css
<style>
span { border-color: #80337F; }
span { border-color: rgb(128,51,127); }
td.TdClassName
{
border-color: #80337F;
}
.TagClassName
{
border-color: #80337F;
}
</style>