#895A97

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

Shades of Affair #895A97

Tints of Affair #895A97

Color information

#895A97 (or 0x895A97) is unknown color: approx Affair. HEX triplet: 89, 5A and 97. RGB value is (137,90,151). Sum of RGB (Red+Green+Blue) = 137+90+151=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #895A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A97 is #76A568. Grayscale: #6E6E6E. Windows color (decimal): -7775593 or 9919113. OLE color: 9919113.

HSL color Cylindrical-coordinate representation of color #895A97: hue angle of 286.23º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895A97 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13790151-
CMYK0.090.4000.41
HSL286.23º25.31%47.25%-
HSV(B)286.23º40.4%59.22%-
XYZ19.5614.8731.12-
YUV111.01150.57146.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=36.24%
G=23.81%
B=39.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137901510.090.4000.41286.2325.3147.25
Hex895A9792802911e192f
Octal21113222711500514363157
Binary100010011011010100101111001101000010100110001111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A97; }

 p { color: rgb(137,90,151); }

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

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

 a { background-color: rgb(137,90,151); }

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

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

 span { border-color: rgb(137,90,151); }

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