Shades of Vivid Violet #80289D
Tints of Vivid Violet #80289D
RGB
CMYK
RGB Variations
Color information
#80289D (or 0x80289D) is known color: Vivid Violet. HEX triplet: 80, 28 and 9D. RGB value is (128,40,157). Sum of RGB (Red+Green+Blue) = 128+40+157=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #80289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80289D is #7FD762. Grayscale: #4F4F4F. Windows color (decimal): -8378211 or 10299520. OLE color: 10299520.
HSL color Cylindrical-coordinate representation of color #80289D: hue angle of 285.13º degrees, saturation: 0.59, 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 #80289D is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 40 | 157 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.38 |
| HSL | 285.13º | 0.59% | 0.39% | - |
| HSV(B) | 285.13º | 0.75% | 0.62% | - |
| XYZ | 15.75 | 8.54 | 32.72 | - |
| YUV | 79.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 157 | 0.18 | 0.75 | 0 | 0.38 | 285.13 | 0.59 | 0.39 |
| Hex | 80 | 28 | 9D | 12 | 4B | 0 | 26 | 11D | 3B | 27 |
| Octal | 200 | 50 | 235 | 22 | 113 | 0 | 46 | 435 | 73 | 47 |
| Binary | 10000000 | 101000 | 10011101 | 10010 | 1001011 | 0 | 100110 | 100011101 | 111011 | 100111 |
Color Harmonies of #80289D
Complementary color
Monochromatic Colors of #80289D
Black with #80289D
Text Example
Text Example
White with #80289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80289D; }
p { color: rgb(128,40,157); }
H1.HeaderClassName
{
color: #80289D;
}
.AnyTagClassName
{
color: #80289D;
}
</style>
background-color css
<style>
a { background-color: #80289D; }
a { background-color: rgb(128,40,157); }
div.DivClassName
{
background-color: #80289D;
}
.BgClassName
{
background-color: #80289D;
}
</style>
border-color css
<style>
span { border-color: #80289D; }
span { border-color: rgb(128,40,157); }
td.TdClassName
{
border-color: #80289D;
}
.TagClassName
{
border-color: #80289D;
}
</style>