#885495

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

Shades of Affair #885495

Tints of Affair #885495

Color information

#885495 (or 0x885495) is unknown color: approx Affair. HEX triplet: 88, 54 and 95. RGB value is (136,84,149). Sum of RGB (Red+Green+Blue) = 136+84+149=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #885495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885495 is #77AB6A. Grayscale: #6A6A6A. Windows color (decimal): -7842667 or 9786504. OLE color: 9786504.

HSL color Cylindrical-coordinate representation of color #885495: hue angle of 288º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #885495 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13684149-
CMYK0.090.4400.42
HSL288º27.9%45.69%-
HSV(B)288º43.62%58.43%-
XYZ18.7513.7430.1-
YUV106.96151.73148.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=36.86%
G=22.76%
B=40.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136841490.090.4400.4228827.945.69
Hex88549592C02A1201c2e
Octal21012422511540524403456
Binary100010001010100100101011001101100010101010010000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885495; }

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

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

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

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

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

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

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

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