Shades of Affair #81588C
Tints of Affair #81588C
RGB
CMYK
RGB Variations
Color information
#81588C (or 0x81588C) is known color: Affair. HEX triplet: 81, 58 and 8C. RGB value is (129,88,140). Sum of RGB (Red+Green+Blue) = 129+88+140=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #81588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81588C is #7EA773. Grayscale: #6A6A6A. Windows color (decimal): -8300404 or 9197697. OLE color: 9197697.
HSL color Cylindrical-coordinate representation of color #81588C: hue angle of 287.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81588C is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 88 | 140 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.45 |
| HSL | 287.31º | 0.23% | 0.45% | - |
| HSV(B) | 287.31º | 0.37% | 0.55% | - |
| XYZ | 17.28 | 13.54 | 26.51 | - |
| YUV | 106.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 140 | 0.08 | 0.37 | 0 | 0.45 | 287.31 | 0.23 | 0.45 |
| Hex | 81 | 58 | 8C | 8 | 25 | 0 | 2D | 11F | 17 | 2D |
| Octal | 201 | 130 | 214 | 10 | 45 | 0 | 55 | 437 | 27 | 55 |
| Binary | 10000001 | 1011000 | 10001100 | 1000 | 100101 | 0 | 101101 | 100011111 | 10111 | 101101 |
Color Harmonies of #81588C
Complementary color
Monochromatic Colors of #81588C
Black with #81588C
Text Example
Text Example
White with #81588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81588C; }
p { color: rgb(129,88,140); }
H1.HeaderClassName
{
color: #81588C;
}
.AnyTagClassName
{
color: #81588C;
}
</style>
background-color css
<style>
a { background-color: #81588C; }
a { background-color: rgb(129,88,140); }
div.DivClassName
{
background-color: #81588C;
}
.BgClassName
{
background-color: #81588C;
}
</style>
border-color css
<style>
span { border-color: #81588C; }
span { border-color: rgb(129,88,140); }
td.TdClassName
{
border-color: #81588C;
}
.TagClassName
{
border-color: #81588C;
}
</style>