#895596

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

Shades of Affair #895596

Tints of Affair #895596

Color information

#895596 (or 0x895596) is unknown color: approx Affair. HEX triplet: 89, 55 and 96. RGB value is (137,85,150). Sum of RGB (Red+Green+Blue) = 137+85+150=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #895596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895596 is #76AA69. Grayscale: #6B6B6B. Windows color (decimal): -7776874 or 9852297. OLE color: 9852297.

HSL color Cylindrical-coordinate representation of color #895596: hue angle of 288º degrees, saturation: 0.28, 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 #895596 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13785150-
CMYK0.090.4300.41
HSL288º27.66%46.08%-
HSV(B)288º43.33%58.82%-
XYZ19.0714.0230.55-
YUV107.96151.73148.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=36.83%
G=22.85%
B=40.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137851500.090.4300.4128827.6646.08
Hex89559692B0291201c2e
Octal21112522611530514403456
Binary100010011010101100101101001101011010100110010000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895596; }

 p { color: rgb(137,85,150); }

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

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

 a { background-color: rgb(137,85,150); }

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

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

 span { border-color: rgb(137,85,150); }

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