Shades of Vivid Violet #80239E
Tints of Vivid Violet #80239E
RGB
CMYK
RGB Variations
Color information
#80239E (or 0x80239E) is known color: Vivid Violet. HEX triplet: 80, 23 and 9E. RGB value is (128,35,158). Sum of RGB (Red+Green+Blue) = 128+35+158=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #80239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80239E is #7FDC61. Grayscale: #4C4C4C. Windows color (decimal): -8379490 or 10363776. OLE color: 10363776.
HSL color Cylindrical-coordinate representation of color #80239E: hue angle of 285.37º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80239E is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 35 | 158 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.38 |
| HSL | 285.37º | 0.64% | 0.38% | - |
| HSV(B) | 285.37º | 0.78% | 0.62% | - |
| XYZ | 15.67 | 8.26 | 33.12 | - |
| YUV | 76.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 158 | 0.19 | 0.78 | 0 | 0.38 | 285.37 | 0.64 | 0.38 |
| Hex | 80 | 23 | 9E | 13 | 4E | 0 | 26 | 11D | 40 | 26 |
| Octal | 200 | 43 | 236 | 23 | 116 | 0 | 46 | 435 | 100 | 46 |
| Binary | 10000000 | 100011 | 10011110 | 10011 | 1001110 | 0 | 100110 | 100011101 | 1000000 | 100110 |
Color Harmonies of #80239E
Complementary color
Monochromatic Colors of #80239E
Black with #80239E
Text Example
Text Example
White with #80239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80239E; }
p { color: rgb(128,35,158); }
H1.HeaderClassName
{
color: #80239E;
}
.AnyTagClassName
{
color: #80239E;
}
</style>
background-color css
<style>
a { background-color: #80239E; }
a { background-color: rgb(128,35,158); }
div.DivClassName
{
background-color: #80239E;
}
.BgClassName
{
background-color: #80239E;
}
</style>
border-color css
<style>
span { border-color: #80239E; }
span { border-color: rgb(128,35,158); }
td.TdClassName
{
border-color: #80239E;
}
.TagClassName
{
border-color: #80239E;
}
</style>