#9E5C76

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

Shades of Mauve Taupe #9E5C76

Tints of Mauve Taupe #9E5C76

Color information

#9E5C76 (or 0x9E5C76) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 5C and 76. RGB value is (158,92,118). Sum of RGB (Red+Green+Blue) = 158+92+118=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5C76 is #61A389. Grayscale: #727272. Windows color (decimal): -6398858 or 7756958. OLE color: 7756958.

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

Color convert

RGB15892118-
CMYK00.420.250.38
HSL336.36º26.4%49.02%-
HSV(B)336.36º41.77%61.96%-
XYZ21.216.2319.16-
YUV114.7129.87158.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=42.93%
G=25%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589211800.420.250.38336.3626.449.02
Hex9E5C7602A19261501a31
Octal23613416605231465203261
Binary100111101011100111011001010101100110011010101000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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