#9D5871

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

Shades of Mauve Taupe #9D5871

Tints of Mauve Taupe #9D5871

Color information

#9D5871 (or 0x9D5871) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 58 and 71. RGB value is (157,88,113). Sum of RGB (Red+Green+Blue) = 157+88+113=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5871 is #62A78E. Grayscale: #6F6F6F. Windows color (decimal): -6465423 or 7428253. OLE color: 7428253.

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

Color convert

RGB15788113-
CMYK00.440.280.38
HSL338.26º28.16%48.04%-
HSV(B)338.26º43.95%61.57%-
XYZ20.3715.3417.51-
YUV111.48128.86160.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.85%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=43.85%
G=24.58%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578811300.440.280.38338.2628.1648.04
Hex9D587102C1C261521c30
Octal23513016105434465223460
Binary100111011011000111000101011001110010011010101001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,88,113); }

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

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

 a { background-color: rgb(157,88,113); }

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

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

 span { border-color: rgb(157,88,113); }

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