#895696

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

Shades of Affair #895696

Tints of Affair #895696

Color information

#895696 (or 0x895696) is unknown color: approx Affair. HEX triplet: 89, 56 and 96. RGB value is (137,86,150). Sum of RGB (Red+Green+Blue) = 137+86+150=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #895696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895696 is #76A969. Grayscale: #6C6C6C. Windows color (decimal): -7776618 or 9852553. OLE color: 9852553.

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

Color convert

RGB13786150-
CMYK0.090.4300.41
HSL287.81º27.12%46.27%-
HSV(B)287.81º42.67%58.82%-
XYZ19.1514.1830.58-
YUV108.54151.4148.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=36.73%
G=23.06%
B=40.21%

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
Decimal137861500.090.4300.41287.8127.1246.27
Hex89569692B0291201b2e
Octal21112622611530514403356
Binary100010011010110100101101001101011010100110010000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895696; }

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

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

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

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

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

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

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

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