#9F5778

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

Shades of Mauve Taupe #9F5778

Tints of Mauve Taupe #9F5778

Color information

#9F5778 (or 0x9F5778) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 57 and 78. RGB value is (159,87,120). Sum of RGB (Red+Green+Blue) = 159+87+120=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5778 is #60A887. Grayscale: #707070. Windows color (decimal): -6334600 or 7886751. OLE color: 7886751.

HSL color Cylindrical-coordinate representation of color #9F5778: hue angle of 332.5º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5778 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15987120-
CMYK00.450.250.38
HSL332.5º29.27%48.24%-
HSV(B)332.5º45.28%62.35%-
XYZ21.115.5419.66-
YUV112.29132.35161.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=43.44%
G=23.77%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598712000.450.250.38332.529.2748.24
Hex9F577802D192614c1d30
Octal23712717005531465143560
Binary100111111010111111100001011011100110011010100110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,120); }

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

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

 a { background-color: rgb(159,87,120); }

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

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

 span { border-color: rgb(159,87,120); }

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