#885996

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

Shades of Affair #885996

Tints of Affair #885996

Color information

#885996 (or 0x885996) is unknown color: approx Affair. HEX triplet: 88, 59 and 96. RGB value is (136,89,150). Sum of RGB (Red+Green+Blue) = 136+89+150=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #885996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885996 is #77A669. Grayscale: #6D6D6D. Windows color (decimal): -7841386 or 9853320. OLE color: 9853320.

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

Color convert

RGB13689150-
CMYK0.090.4100.41
HSL286.23º25.52%46.86%-
HSV(B)286.23º40.67%58.82%-
XYZ19.2314.5830.66-
YUV110.01150.57146.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 150 (58.98% from 255) = 40%
R=36.27%
G=23.73%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136891500.090.4100.41286.2325.5246.86
Hex88599692902911e1a2f
Octal21013122611510514363257
Binary100010001011001100101101001101001010100110001111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885996; }

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

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

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

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

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

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

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

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