Html Css Color HEX #9F5475 Mauve Taupe

📋 copy color: '#9F5475'

red 159 ◦ green 84 ◦ blue 117

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

Shades of Mauve Taupe #9F5475

Tints of Mauve Taupe #9F5475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 44.17%
G = 23.33%
B = 32.5%

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

#9F5475 (or 0x9F5475) is known color: Mauve Taupe. HEX triplet: 9F, 54 and 75. RGB value is (159,84,117). Sum of RGB (Red+Green+Blue) = 159+84+117=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5475 is #60AB8A. Grayscale: #6E6E6E. Windows color (decimal): -6335371 or 7689375. OLE color: 7689375.

HSL color Cylindrical-coordinate representation of color #9F5475: hue angle of 333.6º 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 #9F5475 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 84 117 -
CMYK 0 0.47 0.26 0.38
HSL 333.6º 0.31% 0.48% -
HSV(B) 333.6º 0.47% 0.62% -
XYZ 20.68 15 18.63 -
YUV 110.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 159 84 117 0 0.47 0.26 0.38 333.6 0.31 0.48
Hex 9F 54 75 0 2F 1A 26 14E 1F 30
Octal 237 124 165 0 57 32 46 516 37 60
Binary 10011111 1010100 1110101 0 101111 11010 100110 101001110 11111 110000

Color Harmonies of #9F5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5475

Black with #9F5475

Text Example


Text Example

White with #9F5475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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