Shades of Affair #87539B
Tints of Affair #87539B
RGB
CMYK
RGB Variations
Color information
#87539B (or 0x87539B) is known color: Affair. HEX triplet: 87, 53 and 9B. RGB value is (135,83,155). Sum of RGB (Red+Green+Blue) = 135+83+155=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #87539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87539B is #78AC64. Grayscale: #6A6A6A. Windows color (decimal): -7908453 or 10179463. OLE color: 10179463.
HSL color Cylindrical-coordinate representation of color #87539B: hue angle of 283.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87539B is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 83 | 155 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.39 |
| HSL | 283.33º | 0.3% | 0.47% | - |
| HSV(B) | 283.33º | 0.46% | 0.61% | - |
| XYZ | 19 | 13.7 | 32.65 | - |
| YUV | 106.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 155 | 0.13 | 0.46 | 0 | 0.39 | 283.33 | 0.3 | 0.47 |
| Hex | 87 | 53 | 9B | D | 2E | 0 | 27 | 11B | 1E | 2F |
| Octal | 207 | 123 | 233 | 15 | 56 | 0 | 47 | 433 | 36 | 57 |
| Binary | 10000111 | 1010011 | 10011011 | 1101 | 101110 | 0 | 100111 | 100011011 | 11110 | 101111 |
Color Harmonies of #87539B
Complementary color
Monochromatic Colors of #87539B
Black with #87539B
Text Example
Text Example
White with #87539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87539B; }
p { color: rgb(135,83,155); }
H1.HeaderClassName
{
color: #87539B;
}
.AnyTagClassName
{
color: #87539B;
}
</style>
background-color css
<style>
a { background-color: #87539B; }
a { background-color: rgb(135,83,155); }
div.DivClassName
{
background-color: #87539B;
}
.BgClassName
{
background-color: #87539B;
}
</style>
border-color css
<style>
span { border-color: #87539B; }
span { border-color: rgb(135,83,155); }
td.TdClassName
{
border-color: #87539B;
}
.TagClassName
{
border-color: #87539B;
}
</style>