#9B5E78

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

Shades of Mauve Taupe #9B5E78

Tints of Mauve Taupe #9B5E78

Color information

#9B5E78 (or 0x9B5E78) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5E and 78. RGB value is (155,94,120). Sum of RGB (Red+Green+Blue) = 155+94+120=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E78 is #64A187. Grayscale: #737373. Windows color (decimal): -6594952 or 7888539. OLE color: 7888539.

HSL color Cylindrical-coordinate representation of color #9B5E78: hue angle of 334.43º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B5E78 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15594120-
CMYK00.390.230.39
HSL334.43º24.5%48.82%-
HSV(B)334.43º39.35%60.78%-
XYZ20.9116.3319.82-
YUV115.2130.71156.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=42.01%
G=25.47%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559412000.390.230.39334.4324.548.82
Hex9B5E78027172714e1831
Octal23313617004727475163061
Binary100110111011110111100001001111011110011110100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,94,120); }

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

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

 a { background-color: rgb(155,94,120); }

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

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

 span { border-color: rgb(155,94,120); }

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