#886981

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

Shades of Monsoon #886981

Tints of Monsoon #886981

Color information

#886981 (or 0x886981) is unknown color: approx Monsoon. HEX triplet: 88, 69 and 81. RGB value is (136,105,129). Sum of RGB (Red+Green+Blue) = 136+105+129=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #886981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886981 is #77967E. Grayscale: #747474. Windows color (decimal): -7837311 or 8481160. OLE color: 8481160.

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

Color convert

RGB136105129-
CMYK00.230.050.47
HSL313.55º12.86%47.25%-
HSV(B)313.55º22.79%53.33%-
XYZ19.1716.9223.02-
YUV117.01134.77141.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=36.76%
G=28.38%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610512900.230.050.47313.5512.8647.25
Hex88698101752F13ad2f
Octal2101512010275574721557
Binary100010001101001100000010101111011011111001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886981; }

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

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

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

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

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

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

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

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