Shades of Vivid Violet #80338C
Tints of Vivid Violet #80338C
RGB
CMYK
RGB Variations
Color information
#80338C (or 0x80338C) is known color: Vivid Violet. HEX triplet: 80, 33 and 8C. RGB value is (128,51,140). Sum of RGB (Red+Green+Blue) = 128+51+140=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #80338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80338C is #7FCC73. Grayscale: #535353. Windows color (decimal): -8375412 or 9188224. OLE color: 9188224.
HSL color Cylindrical-coordinate representation of color #80338C: hue angle of 291.91º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80338C is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 51 | 140 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.45 |
| HSL | 291.91º | 0.47% | 0.37% | - |
| HSV(B) | 291.91º | 0.64% | 0.55% | - |
| XYZ | 14.82 | 8.85 | 25.74 | - |
| YUV | 84.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 140 | 0.09 | 0.64 | 0 | 0.45 | 291.91 | 0.47 | 0.37 |
| Hex | 80 | 33 | 8C | 9 | 40 | 0 | 2D | 124 | 2F | 25 |
| Octal | 200 | 63 | 214 | 11 | 100 | 0 | 55 | 444 | 57 | 45 |
| Binary | 10000000 | 110011 | 10001100 | 1001 | 1000000 | 0 | 101101 | 100100100 | 101111 | 100101 |
Color Harmonies of #80338C
Complementary color
Monochromatic Colors of #80338C
Black with #80338C
Text Example
Text Example
White with #80338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80338C; }
p { color: rgb(128,51,140); }
H1.HeaderClassName
{
color: #80338C;
}
.AnyTagClassName
{
color: #80338C;
}
</style>
background-color css
<style>
a { background-color: #80338C; }
a { background-color: rgb(128,51,140); }
div.DivClassName
{
background-color: #80338C;
}
.BgClassName
{
background-color: #80338C;
}
</style>
border-color css
<style>
span { border-color: #80338C; }
span { border-color: rgb(128,51,140); }
td.TdClassName
{
border-color: #80338C;
}
.TagClassName
{
border-color: #80338C;
}
</style>