Shades of Vivid Violet #80449D
Tints of Vivid Violet #80449D
RGB
CMYK
RGB Variations
Color information
#80449D (or 0x80449D) is known color: Vivid Violet. HEX triplet: 80, 44 and 9D. RGB value is (128,68,157). Sum of RGB (Red+Green+Blue) = 128+68+157=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #80449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80449D is #7FBB62. Grayscale: #5F5F5F. Windows color (decimal): -8371043 or 10306688. OLE color: 10306688.
HSL color Cylindrical-coordinate representation of color #80449D: hue angle of 280.45º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80449D is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 68 | 157 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.38 |
| HSL | 280.45º | 0.4% | 0.44% | - |
| HSV(B) | 280.45º | 0.57% | 0.62% | - |
| XYZ | 17.06 | 11.16 | 33.15 | - |
| YUV | 96.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 157 | 0.18 | 0.57 | 0 | 0.38 | 280.45 | 0.4 | 0.44 |
| Hex | 80 | 44 | 9D | 12 | 39 | 0 | 26 | 118 | 28 | 2C |
| Octal | 200 | 104 | 235 | 22 | 71 | 0 | 46 | 430 | 50 | 54 |
| Binary | 10000000 | 1000100 | 10011101 | 10010 | 111001 | 0 | 100110 | 100011000 | 101000 | 101100 |
Color Harmonies of #80449D
Complementary color
Monochromatic Colors of #80449D
Black with #80449D
Text Example
Text Example
White with #80449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80449D; }
p { color: rgb(128,68,157); }
H1.HeaderClassName
{
color: #80449D;
}
.AnyTagClassName
{
color: #80449D;
}
</style>
background-color css
<style>
a { background-color: #80449D; }
a { background-color: rgb(128,68,157); }
div.DivClassName
{
background-color: #80449D;
}
.BgClassName
{
background-color: #80449D;
}
</style>
border-color css
<style>
span { border-color: #80449D; }
span { border-color: rgb(128,68,157); }
td.TdClassName
{
border-color: #80449D;
}
.TagClassName
{
border-color: #80449D;
}
</style>