#886881

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

Shades of Monsoon #886881

Tints of Monsoon #886881

Color information

#886881 (or 0x886881) is unknown color: approx Monsoon. HEX triplet: 88, 68 and 81. RGB value is (136,104,129). Sum of RGB (Red+Green+Blue) = 136+104+129=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #886881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886881 is #77977E. Grayscale: #747474. Windows color (decimal): -7837567 or 8480904. OLE color: 8480904.

HSL color Cylindrical-coordinate representation of color #886881: hue angle of 313.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886881 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB136104129-
CMYK00.240.050.47
HSL313.12º13.33%47.06%-
HSV(B)313.12º23.53%53.33%-
XYZ19.0716.7222.99-
YUV116.42135.1141.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=36.86%
G=28.18%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610412900.240.050.47313.1213.3347.06
Hex88688101852F139d2f
Octal2101502010305574711557
Binary100010001101000100000010110001011011111001110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886881; }

 p { color: rgb(136,104,129); }

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

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

 a { background-color: rgb(136,104,129); }

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

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

 span { border-color: rgb(136,104,129); }

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