#9B5475

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

Shades of Mauve Taupe #9B5475

Tints of Mauve Taupe #9B5475

Color information

#9B5475 (or 0x9B5475) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 54 and 75. RGB value is (155,84,117). Sum of RGB (Red+Green+Blue) = 155+84+117=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5475 is #64AB8A. Grayscale: #6C6C6C. Windows color (decimal): -6597515 or 7689371. OLE color: 7689371.

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

Color convert

RGB15584117-
CMYK00.460.250.39
HSL332.11º29.71%46.86%-
HSV(B)332.11º45.81%60.78%-
XYZ19.914.5918.6-
YUV108.99132.52160.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=43.54%
G=23.60%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558411700.460.250.39332.1129.7146.86
Hex9B547502E192714c1e2f
Octal23312416505631475143657
Binary100110111010100111010101011101100110011110100110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,117); }

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

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

 a { background-color: rgb(155,84,117); }

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

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

 span { border-color: rgb(155,84,117); }

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