Shades of Vivid Violet #80289F
Tints of Vivid Violet #80289F
RGB
CMYK
RGB Variations
Color information
#80289F (or 0x80289F) is known color: Vivid Violet. HEX triplet: 80, 28 and 9F. RGB value is (128,40,159). Sum of RGB (Red+Green+Blue) = 128+40+159=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #80289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80289F is #7FD760. Grayscale: #4F4F4F. Windows color (decimal): -8378209 or 10430592. OLE color: 10430592.
HSL color Cylindrical-coordinate representation of color #80289F: hue angle of 284.37º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80289F is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 40 | 159 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.38 |
| HSL | 284.37º | 0.6% | 0.39% | - |
| HSV(B) | 284.37º | 0.75% | 0.62% | - |
| XYZ | 15.92 | 8.61 | 33.62 | - |
| YUV | 79.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 159 | 0.19 | 0.75 | 0 | 0.38 | 284.37 | 0.6 | 0.39 |
| Hex | 80 | 28 | 9F | 13 | 4B | 0 | 26 | 11C | 3C | 27 |
| Octal | 200 | 50 | 237 | 23 | 113 | 0 | 46 | 434 | 74 | 47 |
| Binary | 10000000 | 101000 | 10011111 | 10011 | 1001011 | 0 | 100110 | 100011100 | 111100 | 100111 |
Color Harmonies of #80289F
Complementary color
Monochromatic Colors of #80289F
Black with #80289F
Text Example
Text Example
White with #80289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80289F; }
p { color: rgb(128,40,159); }
H1.HeaderClassName
{
color: #80289F;
}
.AnyTagClassName
{
color: #80289F;
}
</style>
background-color css
<style>
a { background-color: #80289F; }
a { background-color: rgb(128,40,159); }
div.DivClassName
{
background-color: #80289F;
}
.BgClassName
{
background-color: #80289F;
}
</style>
border-color css
<style>
span { border-color: #80289F; }
span { border-color: rgb(128,40,159); }
td.TdClassName
{
border-color: #80289F;
}
.TagClassName
{
border-color: #80289F;
}
</style>