#9E5F76

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

Shades of Mauve Taupe #9E5F76

Tints of Mauve Taupe #9E5F76

Color information

#9E5F76 (or 0x9E5F76) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 5F and 76. RGB value is (158,95,118). Sum of RGB (Red+Green+Blue) = 158+95+118=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5F76 is #61A089. Grayscale: #747474. Windows color (decimal): -6398090 or 7757726. OLE color: 7757726.

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

Color convert

RGB15895118-
CMYK00.400.250.38
HSL338.1º24.9%49.61%-
HSV(B)338.1º39.87%61.96%-
XYZ21.4616.7619.24-
YUV116.46128.87157.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.59%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=42.59%
G=25.61%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589511800.400.250.38338.124.949.61
Hex9E5F7602819261521932
Octal23613716605031465223162
Binary100111101011111111011001010001100110011010101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,95,118); }

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

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

 a { background-color: rgb(158,95,118); }

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

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

 span { border-color: rgb(158,95,118); }

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