#87559A

Color #87559A Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #87559A

Tints of Affair #87559A

Color information

#87559A (or 0x87559A) is unknown color: approx Affair. HEX triplet: 87, 55 and 9A. RGB value is (135,85,154). Sum of RGB (Red+Green+Blue) = 135+85+154=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #87559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87559A is #78AA65. Grayscale: #6B6B6B. Windows color (decimal): -7907942 or 10114439. OLE color: 10114439.

HSL color Cylindrical-coordinate representation of color #87559A: hue angle of 283.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87559A is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13585154-
CMYK0.120.4500.40
HSL283.48º28.87%46.86%-
HSV(B)283.48º44.81%60.39%-
XYZ19.0713.9832.27-
YUV107.82154.06147.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=36.10%
G=22.73%
B=41.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135851540.120.4500.40283.4828.8746.86
Hex87559AC2D02811b1d2f
Octal20712523214550504333557
Binary100001111010101100110101100101101010100010001101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87559A; }

 p { color: rgb(135,85,154); }

 H1.HeaderClassName
 {
   color: #87559A;
 }
 .AnyTagClassName
 {
   color: #87559A;
 }
</style>
background-color css

<style>
 a { background-color: #87559A; }

 a { background-color: rgb(135,85,154); }

 div.DivClassName
 {
   background-color: #87559A;
 }
 .BgClassName
 {
   background-color: #87559A;
 }
</style>
border-color css

<style>
 span { border-color: #87559A; }

 span { border-color: rgb(135,85,154); }

 td.TdClassName
 {
   border-color: #87559A;
 }
 .TagClassName
 {
   border-color: #87559A;
 }
</style>