#895997

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

Shades of Affair #895997

Tints of Affair #895997

Color information

#895997 (or 0x895997) is unknown color: approx Affair. HEX triplet: 89, 59 and 97. RGB value is (137,89,151). Sum of RGB (Red+Green+Blue) = 137+89+151=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #895997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895997 is #76A668. Grayscale: #6E6E6E. Windows color (decimal): -7775849 or 9918857. OLE color: 9918857.

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

Color convert

RGB13789151-
CMYK0.090.4100.41
HSL286.45º25.83%47.06%-
HSV(B)286.45º41.06%59.22%-
XYZ19.4714.731.09-
YUV110.42150.9146.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=36.34%
G=23.61%
B=40.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137891510.090.4100.41286.4525.8347.06
Hex89599792902911e1a2f
Octal21113122711510514363257
Binary100010011011001100101111001101001010100110001111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895997; }

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

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

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

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

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

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

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

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