Shades of Vivid Violet #80238B
Tints of Vivid Violet #80238B
RGB
CMYK
RGB Variations
Color information
#80238B (or 0x80238B) is known color: Vivid Violet. HEX triplet: 80, 23 and 8B. RGB value is (128,35,139). Sum of RGB (Red+Green+Blue) = 128+35+139=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #80238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80238B is #7FDC74. Grayscale: #4A4A4A. Windows color (decimal): -8379509 or 9118592. OLE color: 9118592.
HSL color Cylindrical-coordinate representation of color #80238B: hue angle of 293.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80238B is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 35 | 139 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.45 |
| HSL | 293.65º | 0.6% | 0.34% | - |
| HSV(B) | 293.65º | 0.75% | 0.55% | - |
| XYZ | 14.16 | 7.66 | 25.16 | - |
| YUV | 74.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 139 | 0.08 | 0.75 | 0 | 0.45 | 293.65 | 0.6 | 0.34 |
| Hex | 80 | 23 | 8B | 8 | 4B | 0 | 2D | 126 | 3C | 22 |
| Octal | 200 | 43 | 213 | 10 | 113 | 0 | 55 | 446 | 74 | 42 |
| Binary | 10000000 | 100011 | 10001011 | 1000 | 1001011 | 0 | 101101 | 100100110 | 111100 | 100010 |
Color Harmonies of #80238B
Complementary color
Monochromatic Colors of #80238B
Black with #80238B
Text Example
Text Example
White with #80238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80238B; }
p { color: rgb(128,35,139); }
H1.HeaderClassName
{
color: #80238B;
}
.AnyTagClassName
{
color: #80238B;
}
</style>
background-color css
<style>
a { background-color: #80238B; }
a { background-color: rgb(128,35,139); }
div.DivClassName
{
background-color: #80238B;
}
.BgClassName
{
background-color: #80238B;
}
</style>
border-color css
<style>
span { border-color: #80238B; }
span { border-color: rgb(128,35,139); }
td.TdClassName
{
border-color: #80238B;
}
.TagClassName
{
border-color: #80238B;
}
</style>