Html Css Color HEX #9A5871 Mauve Taupe

📋 copy color: '#9A5871'

red 154 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #9A5871

Tints of Mauve Taupe #9A5871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 43.38%
G = 24.79%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A5871 (or 0x9A5871) is known color: Mauve Taupe. HEX triplet: 9A, 58 and 71. RGB value is (154,88,113). Sum of RGB (Red+Green+Blue) = 154+88+113=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5871 is #65A78E. Grayscale: #6E6E6E. Windows color (decimal): -6662031 or 7428250. OLE color: 7428250.

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

Color convert

RGB 154 88 113 -
CMYK 0 0.43 0.27 0.40
HSL 337.27º 0.27% 0.47% -
HSV(B) 337.27º 0.43% 0.6% -
XYZ 19.8 15.04 17.48 -
YUV 110.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 154 88 113 0 0.43 0.27 0.40 337.27 0.27 0.47
Hex 9A 58 71 0 2B 1B 28 151 1B 2F
Octal 232 130 161 0 53 33 50 521 33 57
Binary 10011010 1011000 1110001 0 101011 11011 101000 101010001 11011 101111

Color Harmonies of #9A5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5871

Black with #9A5871

Text Example


Text Example

White with #9A5871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,88,113); }

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

background-color css

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

 a { background-color: rgb(154,88,113); }

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

border-color css

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

 span { border-color: rgb(154,88,113); }

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