Html Css Color HEX #9B5876 Mauve Taupe

📋 copy color: '#9B5876'

red 155 ◦ green 88 ◦ blue 118

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

Shades of Mauve Taupe #9B5876

Tints of Mauve Taupe #9B5876

RGB

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

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

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

R = 42.94%
G = 24.38%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B5876 (or 0x9B5876) is known color: Mauve Taupe. HEX triplet: 9B, 58 and 76. RGB value is (155,88,118). Sum of RGB (Red+Green+Blue) = 155+88+118=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5876 is #64A789. Grayscale: #6F6F6F. Windows color (decimal): -6596490 or 7755931. OLE color: 7755931.

HSL color Cylindrical-coordinate representation of color #9B5876: hue angle of 333.13º degrees, saturation: 0.28, 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 #9B5876 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 88 118 -
CMYK 0 0.43 0.24 0.39
HSL 333.13º 0.28% 0.48% -
HSV(B) 333.13º 0.43% 0.61% -
XYZ 20.28 15.26 19.02 -
YUV 111.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 155 88 118 0 0.43 0.24 0.39 333.13 0.28 0.48
Hex 9B 58 76 0 2B 18 27 14D 1C 30
Octal 233 130 166 0 53 30 47 515 34 60
Binary 10011011 1011000 1110110 0 101011 11000 100111 101001101 11100 110000

Color Harmonies of #9B5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5876

Black with #9B5876

Text Example


Text Example

White with #9B5876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,118); }

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

background-color css

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

 a { background-color: rgb(155,88,118); }

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

border-color css

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

 span { border-color: rgb(155,88,118); }

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