#885899

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

Shades of Affair #885899

Tints of Affair #885899

Color information

#885899 (or 0x885899) is unknown color: approx Affair. HEX triplet: 88, 58 and 99. RGB value is (136,88,153). Sum of RGB (Red+Green+Blue) = 136+88+153=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #885899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885899 is #77A766. Grayscale: #6D6D6D. Windows color (decimal): -7841639 or 10049672. OLE color: 10049672.

HSL color Cylindrical-coordinate representation of color #885899: hue angle of 284.31º 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 #885899 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13688153-
CMYK0.110.4200.4
HSL284.31º26.97%47.25%-
HSV(B)284.31º42.48%60%-
XYZ19.3914.5131.92-
YUV109.76152.4146.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=36.07%
G=23.34%
B=40.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136881530.110.4200.4284.3126.9747.25
Hex885899B2A02811c1b2f
Octal21013023113520504343357
Binary100010001011000100110011011101010010100010001110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885899; }

 p { color: rgb(136,88,153); }

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

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

 a { background-color: rgb(136,88,153); }

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

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

 span { border-color: rgb(136,88,153); }

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