#896982

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

Shades of Monsoon #896982

Tints of Monsoon #896982

Color information

#896982 (or 0x896982) is unknown color: approx Monsoon. HEX triplet: 89, 69 and 82. RGB value is (137,105,130). Sum of RGB (Red+Green+Blue) = 137+105+130=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #896982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896982 is #76967D. Grayscale: #757575. Windows color (decimal): -7771774 or 8546697. OLE color: 8546697.

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

Color convert

RGB137105130-
CMYK00.230.050.46
HSL313.12º13.22%47.45%-
HSV(B)313.12º23.36%53.73%-
XYZ19.417.0323.38-
YUV117.42135.1141.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=36.83%
G=28.23%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710513000.230.050.46313.1213.2247.45
Hex89698201752E139d2f
Octal2111512020275564711557
Binary100010011101001100000100101111011011101001110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896982; }

 p { color: rgb(137,105,130); }

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

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

 a { background-color: rgb(137,105,130); }

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

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

 span { border-color: rgb(137,105,130); }

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