#885995

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

Shades of Affair #885995

Tints of Affair #885995

Color information

#885995 (or 0x885995) is unknown color: approx Affair. HEX triplet: 88, 59 and 95. RGB value is (136,89,149). Sum of RGB (Red+Green+Blue) = 136+89+149=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #885995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885995 is #77A66A. Grayscale: #6D6D6D. Windows color (decimal): -7841387 or 9787784. OLE color: 9787784.

HSL color Cylindrical-coordinate representation of color #885995: hue angle of 287º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885995 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13689149-
CMYK0.090.4000.42
HSL287º25.21%46.67%-
HSV(B)287º40.27%58.43%-
XYZ19.1514.5530.23-
YUV109.89150.07146.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=36.36%
G=23.80%
B=39.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136891490.090.4000.4228725.2146.67
Hex88599592802A11f192f
Octal21013122511500524373157
Binary100010001011001100101011001101000010101010001111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885995; }

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

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

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

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

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

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

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

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