#87539A

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

Shades of Affair #87539A

Tints of Affair #87539A

Color information

#87539A (or 0x87539A) is unknown color: approx Affair. HEX triplet: 87, 53 and 9A. RGB value is (135,83,154). Sum of RGB (Red+Green+Blue) = 135+83+154=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #87539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87539A is #78AC65. Grayscale: #6A6A6A. Windows color (decimal): -7908454 or 10113927. OLE color: 10113927.

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

Color convert

RGB13583154-
CMYK0.120.4600.40
HSL283.94º29.96%46.47%-
HSV(B)283.94º46.1%60.39%-
XYZ18.9213.6732.21-
YUV106.64154.73148.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=36.29%
G=22.31%
B=41.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135831540.120.4600.40283.9429.9646.47
Hex87539AC2E02811c1e2e
Octal20712323214560504343656
Binary100001111010011100110101100101110010100010001110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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