Html Css Color HEX #9F5476 Mauve Taupe

📋 copy color: '#9F5476'

red 159 ◦ green 84 ◦ blue 118

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

Shades of Mauve Taupe #9F5476

Tints of Mauve Taupe #9F5476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.27%

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

R = 44.04%
G = 23.27%
B = 32.69%

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

#9F5476 (or 0x9F5476) is known color: Mauve Taupe. HEX triplet: 9F, 54 and 76. RGB value is (159,84,118). Sum of RGB (Red+Green+Blue) = 159+84+118=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5476 is #60AB89. Grayscale: #6E6E6E. Windows color (decimal): -6335370 or 7754911. OLE color: 7754911.

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

Color convert

RGB 159 84 118 -
CMYK 0 0.47 0.26 0.38
HSL 332.8º 0.31% 0.48% -
HSV(B) 332.8º 0.47% 0.62% -
XYZ 20.74 15.02 18.95 -
YUV 110.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 159 84 118 0 0.47 0.26 0.38 332.8 0.31 0.48
Hex 9F 54 76 0 2F 1A 26 14D 1F 30
Octal 237 124 166 0 57 32 46 515 37 60
Binary 10011111 1010100 1110110 0 101111 11010 100110 101001101 11111 110000

Color Harmonies of #9F5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5476

Black with #9F5476

Text Example


Text Example

White with #9F5476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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