Shades of Affair #80598A
Tints of Affair #80598A
RGB
CMYK
RGB Variations
Color information
#80598A (or 0x80598A) is known color: Affair. HEX triplet: 80, 59 and 8A. RGB value is (128,89,138). Sum of RGB (Red+Green+Blue) = 128+89+138=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #80598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80598A is #7FA675. Grayscale: #6A6A6A. Windows color (decimal): -8365686 or 9066880. OLE color: 9066880.
HSL color Cylindrical-coordinate representation of color #80598A: hue angle of 287.76º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80598A is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 89 | 138 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.46 |
| HSL | 287.76º | 0.22% | 0.45% | - |
| HSV(B) | 287.76º | 0.36% | 0.54% | - |
| XYZ | 17.06 | 13.57 | 25.76 | - |
| YUV | 106.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 138 | 0.07 | 0.36 | 0 | 0.46 | 287.76 | 0.22 | 0.45 |
| Hex | 80 | 59 | 8A | 7 | 24 | 0 | 2E | 120 | 16 | 2D |
| Octal | 200 | 131 | 212 | 7 | 44 | 0 | 56 | 440 | 26 | 55 |
| Binary | 10000000 | 1011001 | 10001010 | 111 | 100100 | 0 | 101110 | 100100000 | 10110 | 101101 |
Color Harmonies of #80598A
Complementary color
Monochromatic Colors of #80598A
Black with #80598A
Text Example
Text Example
White with #80598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80598A; }
p { color: rgb(128,89,138); }
H1.HeaderClassName
{
color: #80598A;
}
.AnyTagClassName
{
color: #80598A;
}
</style>
background-color css
<style>
a { background-color: #80598A; }
a { background-color: rgb(128,89,138); }
div.DivClassName
{
background-color: #80598A;
}
.BgClassName
{
background-color: #80598A;
}
</style>
border-color css
<style>
span { border-color: #80598A; }
span { border-color: rgb(128,89,138); }
td.TdClassName
{
border-color: #80598A;
}
.TagClassName
{
border-color: #80598A;
}
</style>