Shades of Affair #87529D
Tints of Affair #87529D
RGB
CMYK
RGB Variations
Color information
#87529D (or 0x87529D) is known color: Affair. HEX triplet: 87, 52 and 9D. RGB value is (135,82,157). Sum of RGB (Red+Green+Blue) = 135+82+157=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #87529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87529D is #78AD62. Grayscale: #6A6A6A. Windows color (decimal): -7908707 or 10310279. OLE color: 10310279.
HSL color Cylindrical-coordinate representation of color #87529D: hue angle of 282.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87529D is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 82 | 157 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.38 |
| HSL | 282.4º | 0.31% | 0.47% | - |
| HSV(B) | 282.4º | 0.48% | 0.62% | - |
| XYZ | 19.09 | 13.62 | 33.52 | - |
| YUV | 106.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 157 | 0.14 | 0.48 | 0 | 0.38 | 282.4 | 0.31 | 0.47 |
| Hex | 87 | 52 | 9D | E | 30 | 0 | 26 | 11A | 1F | 2F |
| Octal | 207 | 122 | 235 | 16 | 60 | 0 | 46 | 432 | 37 | 57 |
| Binary | 10000111 | 1010010 | 10011101 | 1110 | 110000 | 0 | 100110 | 100011010 | 11111 | 101111 |
Color Harmonies of #87529D
Complementary color
Monochromatic Colors of #87529D
Black with #87529D
Text Example
Text Example
White with #87529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87529D; }
p { color: rgb(135,82,157); }
H1.HeaderClassName
{
color: #87529D;
}
.AnyTagClassName
{
color: #87529D;
}
</style>
background-color css
<style>
a { background-color: #87529D; }
a { background-color: rgb(135,82,157); }
div.DivClassName
{
background-color: #87529D;
}
.BgClassName
{
background-color: #87529D;
}
</style>
border-color css
<style>
span { border-color: #87529D; }
span { border-color: rgb(135,82,157); }
td.TdClassName
{
border-color: #87529D;
}
.TagClassName
{
border-color: #87529D;
}
</style>