Shades of Vivid Violet #80308C
Tints of Vivid Violet #80308C
RGB
CMYK
RGB Variations
Color information
#80308C (or 0x80308C) is known color: Vivid Violet. HEX triplet: 80, 30 and 8C. RGB value is (128,48,140). Sum of RGB (Red+Green+Blue) = 128+48+140=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #80308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80308C is #7FCF73. Grayscale: #525252. Windows color (decimal): -8376180 or 9187456. OLE color: 9187456.
HSL color Cylindrical-coordinate representation of color #80308C: hue angle of 292.17º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80308C is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 48 | 140 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.45 |
| HSL | 292.17º | 0.49% | 0.37% | - |
| HSV(B) | 292.17º | 0.66% | 0.55% | - |
| XYZ | 14.69 | 8.6 | 25.7 | - |
| YUV | 82.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 140 | 0.09 | 0.66 | 0 | 0.45 | 292.17 | 0.49 | 0.37 |
| Hex | 80 | 30 | 8C | 9 | 42 | 0 | 2D | 124 | 31 | 25 |
| Octal | 200 | 60 | 214 | 11 | 102 | 0 | 55 | 444 | 61 | 45 |
| Binary | 10000000 | 110000 | 10001100 | 1001 | 1000010 | 0 | 101101 | 100100100 | 110001 | 100101 |
Color Harmonies of #80308C
Complementary color
Monochromatic Colors of #80308C
Black with #80308C
Text Example
Text Example
White with #80308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80308C; }
p { color: rgb(128,48,140); }
H1.HeaderClassName
{
color: #80308C;
}
.AnyTagClassName
{
color: #80308C;
}
</style>
background-color css
<style>
a { background-color: #80308C; }
a { background-color: rgb(128,48,140); }
div.DivClassName
{
background-color: #80308C;
}
.BgClassName
{
background-color: #80308C;
}
</style>
border-color css
<style>
span { border-color: #80308C; }
span { border-color: rgb(128,48,140); }
td.TdClassName
{
border-color: #80308C;
}
.TagClassName
{
border-color: #80308C;
}
</style>