#875696

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

Shades of Affair #875696

Tints of Affair #875696

Color information

#875696 (or 0x875696) is unknown color: approx Affair. HEX triplet: 87, 56 and 96. RGB value is (135,86,150). Sum of RGB (Red+Green+Blue) = 135+86+150=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #875696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875696 is #78A969. Grayscale: #6B6B6B. Windows color (decimal): -7907690 or 9852551. OLE color: 9852551.

HSL color Cylindrical-coordinate representation of color #875696: hue angle of 285.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #875696 is Cyan = 0.1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13586150-
CMYK0.10.4300.41
HSL285.94º27.12%46.27%-
HSV(B)285.94º42.67%58.82%-
XYZ18.8214.0130.57-
YUV107.95151.73147.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=36.39%
G=23.18%
B=40.43%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135861500.10.4300.41285.9427.1246.27
Hex875696A2B02911e1b2e
Octal20712622612530514363356
Binary100001111010110100101101010101011010100110001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875696; }

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

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

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

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

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

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

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

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