Html Css Color HEX #9A5175 Mauve Taupe

📋 copy color: '#9A5175'

red 154 ◦ green 81 ◦ blue 117

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

Shades of Mauve Taupe #9A5175

Tints of Mauve Taupe #9A5175

RGB

 RED value IS 154 (60.55% from 255) = 43.75%

 GREEN value IS 81 (32.03% from 255) = 23.01%

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

R = 43.75%
G = 23.01%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#9A5175 (or 0x9A5175) is known color: Mauve Taupe. HEX triplet: 9A, 51 and 75. RGB value is (154,81,117). Sum of RGB (Red+Green+Blue) = 154+81+117=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5175 is #65AE8A. Grayscale: #6A6A6A. Windows color (decimal): -6663819 or 7688602. OLE color: 7688602.

HSL color Cylindrical-coordinate representation of color #9A5175: hue angle of 330.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5175 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 81 117 -
CMYK 0 0.47 0.24 0.40
HSL 330.41º 0.31% 0.46% -
HSV(B) 330.41º 0.47% 0.6% -
XYZ 19.48 14.04 18.51 -
YUV 106.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 154 81 117 0 0.47 0.24 0.40 330.41 0.31 0.46
Hex 9A 51 75 0 2F 18 28 14A 1F 2E
Octal 232 121 165 0 57 30 50 512 37 56
Binary 10011010 1010001 1110101 0 101111 11000 101000 101001010 11111 101110

Color Harmonies of #9A5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5175

Black with #9A5175

Text Example


Text Example

White with #9A5175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,81,117); }

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

background-color css

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

 a { background-color: rgb(154,81,117); }

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

border-color css

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

 span { border-color: rgb(154,81,117); }

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