Html Css Color HEX #9A5476 Mauve Taupe

📋 copy color: '#9A5476'

red 154 ◦ green 84 ◦ blue 118

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

Shades of Mauve Taupe #9A5476

Tints of Mauve Taupe #9A5476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 43.26%
G = 23.6%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A5476 (or 0x9A5476) is known color: Mauve Taupe. HEX triplet: 9A, 54 and 76. RGB value is (154,84,118). Sum of RGB (Red+Green+Blue) = 154+84+118=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5476 is #65AB89. Grayscale: #6C6C6C. Windows color (decimal): -6663050 or 7754906. OLE color: 7754906.

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

Color convert

RGB 154 84 118 -
CMYK 0 0.45 0.23 0.40
HSL 330.86º 0.29% 0.47% -
HSV(B) 330.86º 0.45% 0.6% -
XYZ 19.77 14.52 18.9 -
YUV 108.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 154 84 118 0 0.45 0.23 0.40 330.86 0.29 0.47
Hex 9A 54 76 0 2D 17 28 14B 1D 2F
Octal 232 124 166 0 55 27 50 513 35 57
Binary 10011010 1010100 1110110 0 101101 10111 101000 101001011 11101 101111

Color Harmonies of #9A5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5476

Black with #9A5476

Text Example


Text Example

White with #9A5476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,84,118); }

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

background-color css

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

 a { background-color: rgb(154,84,118); }

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

border-color css

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

 span { border-color: rgb(154,84,118); }

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