Shades of Affair #80518D
Tints of Affair #80518D
RGB
CMYK
RGB Variations
Color information
#80518D (or 0x80518D) is known color: Affair. HEX triplet: 80, 51 and 8D. RGB value is (128,81,141). Sum of RGB (Red+Green+Blue) = 128+81+141=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #80518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80518D is #7FAE72. Grayscale: #656565. Windows color (decimal): -8367731 or 9261440. OLE color: 9261440.
HSL color Cylindrical-coordinate representation of color #80518D: hue angle of 287º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80518D is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 81 | 141 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.45 |
| HSL | 287º | 0.27% | 0.44% | - |
| HSV(B) | 287º | 0.43% | 0.55% | - |
| XYZ | 16.65 | 12.4 | 26.71 | - |
| YUV | 101.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 141 | 0.09 | 0.43 | 0 | 0.45 | 287 | 0.27 | 0.44 |
| Hex | 80 | 51 | 8D | 9 | 2B | 0 | 2D | 11F | 1B | 2C |
| Octal | 200 | 121 | 215 | 11 | 53 | 0 | 55 | 437 | 33 | 54 |
| Binary | 10000000 | 1010001 | 10001101 | 1001 | 101011 | 0 | 101101 | 100011111 | 11011 | 101100 |
Color Harmonies of #80518D
Complementary color
Monochromatic Colors of #80518D
Black with #80518D
Text Example
Text Example
White with #80518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80518D; }
p { color: rgb(128,81,141); }
H1.HeaderClassName
{
color: #80518D;
}
.AnyTagClassName
{
color: #80518D;
}
</style>
background-color css
<style>
a { background-color: #80518D; }
a { background-color: rgb(128,81,141); }
div.DivClassName
{
background-color: #80518D;
}
.BgClassName
{
background-color: #80518D;
}
</style>
border-color css
<style>
span { border-color: #80518D; }
span { border-color: rgb(128,81,141); }
td.TdClassName
{
border-color: #80518D;
}
.TagClassName
{
border-color: #80518D;
}
</style>