Shades of Affair #81598E
Tints of Affair #81598E
RGB
CMYK
RGB Variations
Color information
#81598E (or 0x81598E) is known color: Affair. HEX triplet: 81, 59 and 8E. RGB value is (129,89,142). Sum of RGB (Red+Green+Blue) = 129+89+142=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #81598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81598E is #7EA671. Grayscale: #6A6A6A. Windows color (decimal): -8300146 or 9329025. OLE color: 9329025.
HSL color Cylindrical-coordinate representation of color #81598E: hue angle of 285.28º 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 #81598E is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 89 | 142 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.44 |
| HSL | 285.28º | 0.23% | 0.45% | - |
| HSV(B) | 285.28º | 0.37% | 0.56% | - |
| XYZ | 17.51 | 13.76 | 27.33 | - |
| YUV | 107 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 142 | 0.09 | 0.37 | 0 | 0.44 | 285.28 | 0.23 | 0.45 |
| Hex | 81 | 59 | 8E | 9 | 25 | 0 | 2C | 11D | 17 | 2D |
| Octal | 201 | 131 | 216 | 11 | 45 | 0 | 54 | 435 | 27 | 55 |
| Binary | 10000001 | 1011001 | 10001110 | 1001 | 100101 | 0 | 101100 | 100011101 | 10111 | 101101 |
Color Harmonies of #81598E
Complementary color
Monochromatic Colors of #81598E
Black with #81598E
Text Example
Text Example
White with #81598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81598E; }
p { color: rgb(129,89,142); }
H1.HeaderClassName
{
color: #81598E;
}
.AnyTagClassName
{
color: #81598E;
}
</style>
background-color css
<style>
a { background-color: #81598E; }
a { background-color: rgb(129,89,142); }
div.DivClassName
{
background-color: #81598E;
}
.BgClassName
{
background-color: #81598E;
}
</style>
border-color css
<style>
span { border-color: #81598E; }
span { border-color: rgb(129,89,142); }
td.TdClassName
{
border-color: #81598E;
}
.TagClassName
{
border-color: #81598E;
}
</style>