Html Css Color HEX #9B5975 Mauve Taupe

📋 copy color: '#9B5975'

red 155 ◦ green 89 ◦ blue 117

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

Shades of Mauve Taupe #9B5975

Tints of Mauve Taupe #9B5975

RGB

 RED value IS 155 (60.94% from 255) = 42.94%

 GREEN value IS 89 (35.16% from 255) = 24.65%

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

R = 42.94%
G = 24.65%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B5975 (or 0x9B5975) is known color: Mauve Taupe. HEX triplet: 9B, 59 and 75. RGB value is (155,89,117). Sum of RGB (Red+Green+Blue) = 155+89+117=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5975 is #64A68A. Grayscale: #6F6F6F. Windows color (decimal): -6596235 or 7690651. OLE color: 7690651.

HSL color Cylindrical-coordinate representation of color #9B5975: hue angle of 334.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5975 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 117 -
CMYK 0 0.43 0.25 0.39
HSL 334.55º 0.27% 0.48% -
HSV(B) 334.55º 0.43% 0.61% -
XYZ 20.3 15.4 18.73 -
YUV 111.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 155 89 117 0 0.43 0.25 0.39 334.55 0.27 0.48
Hex 9B 59 75 0 2B 19 27 14F 1B 30
Octal 233 131 165 0 53 31 47 517 33 60
Binary 10011011 1011001 1110101 0 101011 11001 100111 101001111 11011 110000

Color Harmonies of #9B5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5975

Black with #9B5975

Text Example


Text Example

White with #9B5975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,117); }

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

background-color css

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

 a { background-color: rgb(155,89,117); }

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

border-color css

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

 span { border-color: rgb(155,89,117); }

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