#9D6278

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

Shades of Mauve Taupe #9D6278

Tints of Mauve Taupe #9D6278

Color information

#9D6278 (or 0x9D6278) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 62 and 78. RGB value is (157,98,120). Sum of RGB (Red+Green+Blue) = 157+98+120=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6278 is #629D87. Grayscale: #767676. Windows color (decimal): -6462856 or 7889565. OLE color: 7889565.

HSL color Cylindrical-coordinate representation of color #9D6278: hue angle of 337.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6278 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15798120-
CMYK00.380.240.38
HSL337.63º23.14%50%-
HSV(B)337.63º37.58%61.57%-
XYZ21.6617.2619.96-
YUV118.15129.05155.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 120 (47.27% from 255) = 32%
R=41.87%
G=26.13%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579812000.380.240.38337.6323.1450
Hex9D627802618261521732
Octal23514217004630465222762
Binary100111011100010111100001001101100010011010101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,120); }

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

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

 a { background-color: rgb(157,98,120); }

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

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

 span { border-color: rgb(157,98,120); }

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