#895799

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

Shades of Affair #895799

Tints of Affair #895799

Color information

#895799 (or 0x895799) is unknown color: approx Affair. HEX triplet: 89, 57 and 99. RGB value is (137,87,153). Sum of RGB (Red+Green+Blue) = 137+87+153=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #895799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895799 is #76A866. Grayscale: #6D6D6D. Windows color (decimal): -7776359 or 10049417. OLE color: 10049417.

HSL color Cylindrical-coordinate representation of color #895799: hue angle of 285.45º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #895799 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13787153-
CMYK0.100.4300.4
HSL285.45º27.5%47.06%-
HSV(B)285.45º43.14%60%-
XYZ19.4714.4331.9-
YUV109.47152.56147.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=36.34%
G=23.08%
B=40.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal137871530.100.4300.4285.4527.547.06
Hex895799A2B02811d1b2f
Octal21112723112530504353357
Binary100010011010111100110011010101011010100010001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895799; }

 p { color: rgb(137,87,153); }

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

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

 a { background-color: rgb(137,87,153); }

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

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

 span { border-color: rgb(137,87,153); }

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