#895396

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

Shades of Affair #895396

Tints of Affair #895396

Color information

#895396 (or 0x895396) is unknown color: approx Affair. HEX triplet: 89, 53 and 96. RGB value is (137,83,150). Sum of RGB (Red+Green+Blue) = 137+83+150=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #895396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895396 is #76AC69. Grayscale: #6A6A6A. Windows color (decimal): -7777386 or 9851785. OLE color: 9851785.

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

Color convert

RGB13783150-
CMYK0.090.4500.41
HSL288.36º28.76%45.69%-
HSV(B)288.36º44.67%58.82%-
XYZ18.9113.7130.5-
YUV106.78152.39149.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=37.03%
G=22.43%
B=40.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137831500.090.4500.41288.3628.7645.69
Hex89539692D0291201d2e
Octal21112322611550514403556
Binary100010011010011100101101001101101010100110010000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895396; }

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

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

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

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

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

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

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

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