Html Css Color HEX #9F5875 Mauve Taupe

📋 copy color: '#9F5875'

red 159 ◦ green 88 ◦ blue 117

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

Shades of Mauve Taupe #9F5875

Tints of Mauve Taupe #9F5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.18%

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

R = 43.68%
G = 24.18%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F5875 (or 0x9F5875) is known color: Mauve Taupe. HEX triplet: 9F, 58 and 75. RGB value is (159,88,117). Sum of RGB (Red+Green+Blue) = 159+88+117=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5875 is #60A78A. Grayscale: #707070. Windows color (decimal): -6334347 or 7690399. OLE color: 7690399.

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

Color convert

RGB 159 88 117 -
CMYK 0 0.45 0.26 0.38
HSL 335.49º 0.29% 0.48% -
HSV(B) 335.49º 0.45% 0.62% -
XYZ 21 15.63 18.74 -
YUV 112.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 159 88 117 0 0.45 0.26 0.38 335.49 0.29 0.48
Hex 9F 58 75 0 2D 1A 26 14F 1D 30
Octal 237 130 165 0 55 32 46 517 35 60
Binary 10011111 1011000 1110101 0 101101 11010 100110 101001111 11101 110000

Color Harmonies of #9F5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5875

Black with #9F5875

Text Example


Text Example

White with #9F5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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