#9B5175

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

Shades of Mauve Taupe #9B5175

Tints of Mauve Taupe #9B5175

Color information

#9B5175 (or 0x9B5175) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 51 and 75. RGB value is (155,81,117). Sum of RGB (Red+Green+Blue) = 155+81+117=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5175 is #64AE8A. Grayscale: #6B6B6B. Windows color (decimal): -6598283 or 7688603. OLE color: 7688603.

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

Color convert

RGB15581117-
CMYK00.480.250.39
HSL330.81º31.36%46.27%-
HSV(B)330.81º47.74%60.78%-
XYZ19.6714.1418.52-
YUV107.23133.52162.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=43.91%
G=22.95%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558111700.480.250.39330.8131.3646.27
Hex9B5175030192714b1f2e
Octal23312116506031475133756
Binary100110111010001111010101100001100110011110100101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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