Html Css Color HEX #9B5A6D Mauve Taupe

📋 copy color: '#9B5A6D'

red 155 ◦ green 90 ◦ blue 109

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

Shades of Mauve Taupe #9B5A6D

Tints of Mauve Taupe #9B5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 43.79%
G = 25.42%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B5A6D (or 0x9B5A6D) is known color: Mauve Taupe. HEX triplet: 9B, 5A and 6D. RGB value is (155,90,109). Sum of RGB (Red+Green+Blue) = 155+90+109=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A6D is #64A592. Grayscale: #6F6F6F. Windows color (decimal): -6595987 or 7166619. OLE color: 7166619.

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

Color convert

RGB 155 90 109 -
CMYK 0 0.42 0.30 0.39
HSL 342.46º 0.27% 0.48% -
HSV(B) 342.46º 0.42% 0.61% -
XYZ 19.93 15.39 16.39 -
YUV 111.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 155 90 109 0 0.42 0.30 0.39 342.46 0.27 0.48
Hex 9B 5A 6D 0 2A 1E 27 156 1B 30
Octal 233 132 155 0 52 36 47 526 33 60
Binary 10011011 1011010 1101101 0 101010 11110 100111 101010110 11011 110000

Color Harmonies of #9B5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A6D

Black with #9B5A6D

Text Example


Text Example

White with #9B5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,109); }

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

background-color css

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

 a { background-color: rgb(155,90,109); }

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

border-color css

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

 span { border-color: rgb(155,90,109); }

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