Html Css Color HEX #9F5C76 Mauve Taupe

📋 copy color: '#9F5C76'

red 159 ◦ green 92 ◦ blue 118

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

Shades of Mauve Taupe #9F5C76

Tints of Mauve Taupe #9F5C76

RGB

 RED value IS 159 (62.5% from 255) = 43.09%

 GREEN value IS 92 (36.33% from 255) = 24.93%

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 43.09%
G = 24.93%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F5C76 (or 0x9F5C76) is known color: Mauve Taupe. HEX triplet: 9F, 5C and 76. RGB value is (159,92,118). Sum of RGB (Red+Green+Blue) = 159+92+118=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C76 is #60A389. Grayscale: #727272. Windows color (decimal): -6333322 or 7756959. OLE color: 7756959.

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

Color convert

RGB 159 92 118 -
CMYK 0 0.42 0.26 0.38
HSL 336.72º 0.27% 0.49% -
HSV(B) 336.72º 0.42% 0.62% -
XYZ 21.4 16.33 19.16 -
YUV 115 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 159 92 118 0 0.42 0.26 0.38 336.72 0.27 0.49
Hex 9F 5C 76 0 2A 1A 26 151 1B 31
Octal 237 134 166 0 52 32 46 521 33 61
Binary 10011111 1011100 1110110 0 101010 11010 100110 101010001 11011 110001

Color Harmonies of #9F5C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5C76

Black with #9F5C76

Text Example


Text Example

White with #9F5C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,92,118); }

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

background-color css

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

 a { background-color: rgb(159,92,118); }

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

border-color css

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

 span { border-color: rgb(159,92,118); }

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