Shades of Affair #80598E
Tints of Affair #80598E
RGB
CMYK
RGB Variations
Color information
#80598E (or 0x80598E) is known color: Affair. HEX triplet: 80, 59 and 8E. RGB value is (128,89,142). Sum of RGB (Red+Green+Blue) = 128+89+142=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #80598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80598E is #7FA671. Grayscale: #6A6A6A. Windows color (decimal): -8365682 or 9329024. OLE color: 9329024.
HSL color Cylindrical-coordinate representation of color #80598E: hue angle of 284.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80598E is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 89 | 142 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.44 |
| HSL | 284.15º | 0.23% | 0.45% | - |
| HSV(B) | 284.15º | 0.37% | 0.56% | - |
| XYZ | 17.36 | 13.69 | 27.32 | - |
| YUV | 106.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 142 | 0.10 | 0.37 | 0 | 0.44 | 284.15 | 0.23 | 0.45 |
| Hex | 80 | 59 | 8E | A | 25 | 0 | 2C | 11C | 17 | 2D |
| Octal | 200 | 131 | 216 | 12 | 45 | 0 | 54 | 434 | 27 | 55 |
| Binary | 10000000 | 1011001 | 10001110 | 1010 | 100101 | 0 | 101100 | 100011100 | 10111 | 101101 |
Color Harmonies of #80598E
Complementary color
Monochromatic Colors of #80598E
Black with #80598E
Text Example
Text Example
White with #80598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80598E; }
p { color: rgb(128,89,142); }
H1.HeaderClassName
{
color: #80598E;
}
.AnyTagClassName
{
color: #80598E;
}
</style>
background-color css
<style>
a { background-color: #80598E; }
a { background-color: rgb(128,89,142); }
div.DivClassName
{
background-color: #80598E;
}
.BgClassName
{
background-color: #80598E;
}
</style>
border-color css
<style>
span { border-color: #80598E; }
span { border-color: rgb(128,89,142); }
td.TdClassName
{
border-color: #80598E;
}
.TagClassName
{
border-color: #80598E;
}
</style>