#9F5977

Color #9F5977 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9F5977

Tints of Mauve Taupe #9F5977

Color information

#9F5977 (or 0x9F5977) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 59 and 77. RGB value is (159,89,119). Sum of RGB (Red+Green+Blue) = 159+89+119=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5977 is #60A688. Grayscale: #717171. Windows color (decimal): -6334089 or 7821727. OLE color: 7821727.

HSL color Cylindrical-coordinate representation of color #9F5977: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5977 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15989119-
CMYK00.440.250.38
HSL334.29º28.23%48.63%-
HSV(B)334.29º44.03%62.35%-
XYZ21.215.8519.39-
YUV113.35131.19160.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=43.32%
G=24.25%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598911900.440.250.38334.2928.2348.63
Hex9F597702C192614e1c31
Octal23713116705431465163461
Binary100111111011001111011101011001100110011010100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5977; }

 p { color: rgb(159,89,119); }

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

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

 a { background-color: rgb(159,89,119); }

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

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

 span { border-color: rgb(159,89,119); }

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