#885699

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

Shades of Affair #885699

Tints of Affair #885699

Color information

#885699 (or 0x885699) is unknown color: approx Affair. HEX triplet: 88, 56 and 99. RGB value is (136,86,153). Sum of RGB (Red+Green+Blue) = 136+86+153=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #885699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885699 is #77A966. Grayscale: #6C6C6C. Windows color (decimal): -7842151 or 10049160. OLE color: 10049160.

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

Color convert

RGB13686153-
CMYK0.110.4400.4
HSL284.78º28.03%46.86%-
HSV(B)284.78º43.79%60%-
XYZ19.2314.1931.86-
YUV108.59153.06147.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=36.27%
G=22.93%
B=40.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136861530.110.4400.4284.7828.0346.86
Hex885699B2C02811d1c2f
Octal21012623113540504353457
Binary100010001010110100110011011101100010100010001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885699; }

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

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

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

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

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

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

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

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