#885E95

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

Shades of Affair #885E95

Tints of Affair #885E95

Color information

#885E95 (or 0x885E95) is unknown color: approx Affair. HEX triplet: 88, 5E and 95. RGB value is (136,94,149). Sum of RGB (Red+Green+Blue) = 136+94+149=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #885E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885E95 is #77A16A. Grayscale: #707070. Windows color (decimal): -7840107 or 9789064. OLE color: 9789064.

HSL color Cylindrical-coordinate representation of color #885E95: hue angle of 285.82º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885E95 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13694149-
CMYK0.090.3700.42
HSL285.82º22.63%47.65%-
HSV(B)285.82º36.91%58.43%-
XYZ19.5815.4130.38-
YUV112.83148.41144.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=35.88%
G=24.80%
B=39.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136941490.090.3700.42285.8222.6347.65
Hex885E9592502A11e1730
Octal21013622511450524362760
Binary100010001011110100101011001100101010101010001111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885E95; }

 p { color: rgb(136,94,149); }

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

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

 a { background-color: rgb(136,94,149); }

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

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

 span { border-color: rgb(136,94,149); }

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