#9E5574

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

Shades of Mauve Taupe #9E5574

Tints of Mauve Taupe #9E5574

Color information

#9E5574 (or 0x9E5574) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 55 and 74. RGB value is (158,85,116). Sum of RGB (Red+Green+Blue) = 158+85+116=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5574 is #61AA8B. Grayscale: #6E6E6E. Windows color (decimal): -6400652 or 7624094. OLE color: 7624094.

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

Color convert

RGB15885116-
CMYK00.460.270.38
HSL334.52º30.04%47.65%-
HSV(B)334.52º46.2%61.96%-
XYZ20.515.0318.34-
YUV110.36131.18161.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=44.01%
G=23.68%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588511600.460.270.38334.5230.0447.65
Hex9E557402E1B2614f1e30
Octal23612516405633465173660
Binary100111101010101111010001011101101110011010100111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,85,116); }

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

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

 a { background-color: rgb(158,85,116); }

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

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

 span { border-color: rgb(158,85,116); }

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