Html Css Color HEX #9D5374 Mauve Taupe

📋 copy color: '#9D5374'

red 157 ◦ green 83 ◦ blue 116

#9D5374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #9D5374

Tints of Mauve Taupe #9D5374

RGB

 RED value IS 157 (61.72% from 255) = 44.1%

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 44.1%
G = 23.31%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D5374 (or 0x9D5374) is known color: Mauve Taupe. HEX triplet: 9D, 53 and 74. RGB value is (157,83,116). Sum of RGB (Red+Green+Blue) = 157+83+116=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5374 is #62AC8B. Grayscale: #6C6C6C. Windows color (decimal): -6466700 or 7623581. OLE color: 7623581.

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

Color convert

RGB 157 83 116 -
CMYK 0 0.47 0.26 0.38
HSL 333.24º 0.31% 0.47% -
HSV(B) 333.24º 0.47% 0.62% -
XYZ 20.15 14.62 18.28 -
YUV 108.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 157 83 116 0 0.47 0.26 0.38 333.24 0.31 0.47
Hex 9D 53 74 0 2F 1A 26 14D 1F 2F
Octal 235 123 164 0 57 32 46 515 37 57
Binary 10011101 1010011 1110100 0 101111 11010 100110 101001101 11111 101111

Color Harmonies of #9D5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5374

Black with #9D5374

Text Example


Text Example

White with #9D5374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,83,116); }

 H1.HeaderClassName
 {
   color: #9D5374;
 }
 .AnyTagClassName
 {
   color: #9D5374;
 }
</style>

background-color css

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

 a { background-color: rgb(157,83,116); }

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

border-color css

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

 span { border-color: rgb(157,83,116); }

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