#9B5176

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

Shades of Mauve Taupe #9B5176

Tints of Mauve Taupe #9B5176

Color information

#9B5176 (or 0x9B5176) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 51 and 76. RGB value is (155,81,118). Sum of RGB (Red+Green+Blue) = 155+81+118=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5176 is #64AE89. Grayscale: #6B6B6B. Windows color (decimal): -6598282 or 7754139. OLE color: 7754139.

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

Color convert

RGB15581118-
CMYK00.480.240.39
HSL330º31.36%46.27%-
HSV(B)330º47.74%60.78%-
XYZ19.7314.1618.83-
YUV107.34134.02161.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=43.79%
G=22.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558111800.480.240.3933031.3646.27
Hex9B5176030182714a1f2e
Octal23312116606030475123756
Binary100110111010001111011001100001100010011110100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,118); }

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

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

 a { background-color: rgb(155,81,118); }

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

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

 span { border-color: rgb(155,81,118); }

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