#885799

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

Shades of Affair #885799

Tints of Affair #885799

Color information

#885799 (or 0x885799) is unknown color: approx Affair. HEX triplet: 88, 57 and 99. RGB value is (136,87,153). Sum of RGB (Red+Green+Blue) = 136+87+153=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #885799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885799 is #77A866. Grayscale: #6C6C6C. Windows color (decimal): -7841895 or 10049416. OLE color: 10049416.

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

Color convert

RGB13687153-
CMYK0.110.4300.4
HSL284.55º27.5%47.06%-
HSV(B)284.55º43.14%60%-
XYZ19.3114.3531.89-
YUV109.18152.73147.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=36.17%
G=23.14%
B=40.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136871530.110.4300.4284.5527.547.06
Hex885799B2B02811d1b2f
Octal21012723113530504353357
Binary100010001010111100110011011101011010100010001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885799; }

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

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

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

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

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

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

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

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