#9B5276

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

Shades of Mauve Taupe #9B5276

Tints of Mauve Taupe #9B5276

Color information

#9B5276 (or 0x9B5276) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 52 and 76. RGB value is (155,82,118). Sum of RGB (Red+Green+Blue) = 155+82+118=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5276 is #64AD89. Grayscale: #6B6B6B. Windows color (decimal): -6598026 or 7754395. OLE color: 7754395.

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

Color convert

RGB15582118-
CMYK00.470.240.39
HSL330.41º30.8%46.47%-
HSV(B)330.41º47.1%60.78%-
XYZ19.814.3118.86-
YUV107.93133.68161.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=43.66%
G=23.10%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558211800.470.240.39330.4130.846.47
Hex9B527602F182714a1f2e
Octal23312216605730475123756
Binary100110111010010111011001011111100010011110100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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