#87549B

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

Shades of Affair #87549B

Tints of Affair #87549B

Color information

#87549B (or 0x87549B) is unknown color: approx Affair. HEX triplet: 87, 54 and 9B. RGB value is (135,84,155). Sum of RGB (Red+Green+Blue) = 135+84+155=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #87549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87549B is #78AB64. Grayscale: #6B6B6B. Windows color (decimal): -7908197 or 10179719. OLE color: 10179719.

HSL color Cylindrical-coordinate representation of color #87549B: hue angle of 283.1º 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 #87549B is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13584155-
CMYK0.130.4600.39
HSL283.1º29.71%46.86%-
HSV(B)283.1º45.81%60.78%-
XYZ19.0813.8632.68-
YUV107.34154.9147.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=36.10%
G=22.46%
B=41.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135841550.130.4600.39283.129.7146.86
Hex87549BD2E02711b1e2f
Octal20712423315560474333657
Binary100001111010100100110111101101110010011110001101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87549B; }

 p { color: rgb(135,84,155); }

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

<style>
 a { background-color: #87549B; }

 a { background-color: rgb(135,84,155); }

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

<style>
 span { border-color: #87549B; }

 span { border-color: rgb(135,84,155); }

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