#9F5A71

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

Shades of Mauve Taupe #9F5A71

Tints of Mauve Taupe #9F5A71

Color information

#9F5A71 (or 0x9F5A71) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 5A and 71. RGB value is (159,90,113). Sum of RGB (Red+Green+Blue) = 159+90+113=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A71 is #60A58E. Grayscale: #717171. Windows color (decimal): -6333839 or 7428767. OLE color: 7428767.

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

Color convert

RGB15990113-
CMYK00.430.290.38
HSL340º27.71%48.82%-
HSV(B)340º43.4%62.35%-
XYZ20.9315.8817.58-
YUV113.25127.86160.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=43.92%
G=24.86%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599011300.430.290.3834027.7148.82
Hex9F5A7102B1D261541c31
Octal23713216105335465243461
Binary100111111011010111000101010111110110011010101010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,113); }

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

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

 a { background-color: rgb(159,90,113); }

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

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

 span { border-color: rgb(159,90,113); }

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