#9B6878

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

Shades of Mauve Taupe #9B6878

Tints of Mauve Taupe #9B6878

Color information

#9B6878 (or 0x9B6878) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 68 and 78. RGB value is (155,104,120). Sum of RGB (Red+Green+Blue) = 155+104+120=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6878 is #649787. Grayscale: #797979. Windows color (decimal): -6592392 or 7891099. OLE color: 7891099.

HSL color Cylindrical-coordinate representation of color #9B6878: hue angle of 341.18º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6878 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155104120-
CMYK00.330.230.39
HSL341.18º20.32%50.78%-
HSV(B)341.18º32.9%60.78%-
XYZ21.8618.2320.14-
YUV121.07127.4152.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=40.90%
G=27.44%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510412000.330.230.39341.1820.3250.78
Hex9B687802117271551433
Octal23315017004127475252463
Binary100110111101000111100001000011011110011110101010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,120); }

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

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

 a { background-color: rgb(155,104,120); }

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

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

 span { border-color: rgb(155,104,120); }

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