Shades of Affair #80598B
Tints of Affair #80598B
RGB
CMYK
RGB Variations
Color information
#80598B (or 0x80598B) is known color: Affair. HEX triplet: 80, 59 and 8B. RGB value is (128,89,139). Sum of RGB (Red+Green+Blue) = 128+89+139=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #80598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80598B is #7FA674. Grayscale: #6A6A6A. Windows color (decimal): -8365685 or 9132416. OLE color: 9132416.
HSL color Cylindrical-coordinate representation of color #80598B: hue angle of 286.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80598B is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 89 | 139 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.45 |
| HSL | 286.8º | 0.22% | 0.45% | - |
| HSV(B) | 286.8º | 0.36% | 0.55% | - |
| XYZ | 17.13 | 13.6 | 26.15 | - |
| YUV | 106.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 139 | 0.08 | 0.36 | 0 | 0.45 | 286.8 | 0.22 | 0.45 |
| Hex | 80 | 59 | 8B | 8 | 24 | 0 | 2D | 11F | 16 | 2D |
| Octal | 200 | 131 | 213 | 10 | 44 | 0 | 55 | 437 | 26 | 55 |
| Binary | 10000000 | 1011001 | 10001011 | 1000 | 100100 | 0 | 101101 | 100011111 | 10110 | 101101 |
Color Harmonies of #80598B
Complementary color
Monochromatic Colors of #80598B
Black with #80598B
Text Example
Text Example
White with #80598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80598B; }
p { color: rgb(128,89,139); }
H1.HeaderClassName
{
color: #80598B;
}
.AnyTagClassName
{
color: #80598B;
}
</style>
background-color css
<style>
a { background-color: #80598B; }
a { background-color: rgb(128,89,139); }
div.DivClassName
{
background-color: #80598B;
}
.BgClassName
{
background-color: #80598B;
}
</style>
border-color css
<style>
span { border-color: #80598B; }
span { border-color: rgb(128,89,139); }
td.TdClassName
{
border-color: #80598B;
}
.TagClassName
{
border-color: #80598B;
}
</style>