#87569B

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

Shades of Affair #87569B

Tints of Affair #87569B

Color information

#87569B (or 0x87569B) is unknown color: approx Affair. HEX triplet: 87, 56 and 9B. RGB value is (135,86,155). Sum of RGB (Red+Green+Blue) = 135+86+155=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #87569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87569B is #78A964. Grayscale: #6C6C6C. Windows color (decimal): -7907685 or 10180231. OLE color: 10180231.

HSL color Cylindrical-coordinate representation of color #87569B: hue angle of 282.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87569B is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13586155-
CMYK0.130.4500.39
HSL282.61º28.63%47.25%-
HSV(B)282.61º44.52%60.78%-
XYZ19.2414.1732.73-
YUV108.52154.23146.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=35.90%
G=22.87%
B=41.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135861550.130.4500.39282.6128.6347.25
Hex87569BD2D02711b1d2f
Octal20712623315550474333557
Binary100001111010110100110111101101101010011110001101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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