#9D5C78

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

Shades of Mauve Taupe #9D5C78

Tints of Mauve Taupe #9D5C78

Color information

#9D5C78 (or 0x9D5C78) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 5C and 78. RGB value is (157,92,120). Sum of RGB (Red+Green+Blue) = 157+92+120=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5C78 is #62A387. Grayscale: #727272. Windows color (decimal): -6464392 or 7888029. OLE color: 7888029.

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

Color convert

RGB15792120-
CMYK00.410.240.38
HSL334.15º26.1%48.82%-
HSV(B)334.15º41.4%61.57%-
XYZ21.1216.1819.78-
YUV114.63131.03158.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=42.55%
G=24.93%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579212000.410.240.38334.1526.148.82
Hex9D5C78029182614e1a31
Octal23513417005130465163261
Binary100111011011100111100001010011100010011010100111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,120); }

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

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

 a { background-color: rgb(157,92,120); }

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

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

 span { border-color: rgb(157,92,120); }

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