Shades of Affair #87599A
Tints of Affair #87599A
RGB
CMYK
RGB Variations
Color information
#87599A (or 0x87599A) is known color: Affair. HEX triplet: 87, 59 and 9A. RGB value is (135,89,154). Sum of RGB (Red+Green+Blue) = 135+89+154=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #87599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87599A is #78A665. Grayscale: #6D6D6D. Windows color (decimal): -7906918 or 10115463. OLE color: 10115463.
HSL color Cylindrical-coordinate representation of color #87599A: hue angle of 282.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87599A is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 89 | 154 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.40 |
| HSL | 282.46º | 0.27% | 0.48% | - |
| HSV(B) | 282.46º | 0.42% | 0.6% | - |
| XYZ | 19.4 | 14.63 | 32.37 | - |
| YUV | 110.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 154 | 0.12 | 0.42 | 0 | 0.40 | 282.46 | 0.27 | 0.48 |
| Hex | 87 | 59 | 9A | C | 2A | 0 | 28 | 11A | 1B | 30 |
| Octal | 207 | 131 | 232 | 14 | 52 | 0 | 50 | 432 | 33 | 60 |
| Binary | 10000111 | 1011001 | 10011010 | 1100 | 101010 | 0 | 101000 | 100011010 | 11011 | 110000 |
Color Harmonies of #87599A
Complementary color
Monochromatic Colors of #87599A
Black with #87599A
Text Example
Text Example
White with #87599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87599A; }
p { color: rgb(135,89,154); }
H1.HeaderClassName
{
color: #87599A;
}
.AnyTagClassName
{
color: #87599A;
}
</style>
background-color css
<style>
a { background-color: #87599A; }
a { background-color: rgb(135,89,154); }
div.DivClassName
{
background-color: #87599A;
}
.BgClassName
{
background-color: #87599A;
}
</style>
border-color css
<style>
span { border-color: #87599A; }
span { border-color: rgb(135,89,154); }
td.TdClassName
{
border-color: #87599A;
}
.TagClassName
{
border-color: #87599A;
}
</style>