#895898

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

Shades of Affair #895898

Tints of Affair #895898

Color information

#895898 (or 0x895898) is unknown color: approx Affair. HEX triplet: 89, 58 and 98. RGB value is (137,88,152). Sum of RGB (Red+Green+Blue) = 137+88+152=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #895898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895898 is #76A767. Grayscale: #6D6D6D. Windows color (decimal): -7776104 or 9984137. OLE color: 9984137.

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

Color convert

RGB13788152-
CMYK0.100.4200.40
HSL285.94º26.67%47.06%-
HSV(B)285.94º42.11%59.61%-
XYZ19.4714.5631.49-
YUV109.95151.73147.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=36.34%
G=23.34%
B=40.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137881520.100.4200.40285.9426.6747.06
Hex895898A2A02811e1b2f
Octal21113023012520504363357
Binary100010011011000100110001010101010010100010001111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895898; }

 p { color: rgb(137,88,152); }

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

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

 a { background-color: rgb(137,88,152); }

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

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

 span { border-color: rgb(137,88,152); }

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