#9B5474

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

Shades of Mauve Taupe #9B5474

Tints of Mauve Taupe #9B5474

Color information

#9B5474 (or 0x9B5474) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 54 and 74. RGB value is (155,84,116). Sum of RGB (Red+Green+Blue) = 155+84+116=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5474 is #64AB8B. Grayscale: #6C6C6C. Windows color (decimal): -6597516 or 7623835. OLE color: 7623835.

HSL color Cylindrical-coordinate representation of color #9B5474: hue angle of 332.96º 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 #9B5474 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15584116-
CMYK00.460.250.39
HSL332.96º29.71%46.86%-
HSV(B)332.96º45.81%60.78%-
XYZ19.8414.5718.29-
YUV108.88132.02160.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=43.66%
G=23.66%
B=32.68%

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
Decimal1558411600.460.250.39332.9629.7146.86
Hex9B547402E192714d1e2f
Octal23312416405631475153657
Binary100110111010100111010001011101100110011110100110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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