#9E5A6E

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

Shades of Mauve Taupe #9E5A6E

Tints of Mauve Taupe #9E5A6E

Color information

#9E5A6E (or 0x9E5A6E) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 5A and 6E. RGB value is (158,90,110). Sum of RGB (Red+Green+Blue) = 158+90+110=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5A6E is #61A591. Grayscale: #707070. Windows color (decimal): -6399378 or 7232158. OLE color: 7232158.

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

Color convert

RGB15890110-
CMYK00.430.300.38
HSL342.35º27.42%48.63%-
HSV(B)342.35º43.04%61.96%-
XYZ20.5715.7116.7-
YUV112.61126.53160.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.13%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=44.13%
G=25.14%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589011000.430.300.38342.3527.4248.63
Hex9E5A6E02B1E261561b31
Octal23613215605336465263361
Binary100111101011010110111001010111111010011010101011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,90,110); }

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

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

 a { background-color: rgb(158,90,110); }

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

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

 span { border-color: rgb(158,90,110); }

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