Html Css Color HEX #8A5C6D Mauve Taupe

📋 copy color: '#8A5C6D'

red 138 ◦ green 92 ◦ blue 109

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

Shades of Mauve Taupe #8A5C6D

Tints of Mauve Taupe #8A5C6D

RGB

 RED value IS 138 (54.3% from 255) = 40.71%

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 40.71%
G = 27.14%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A5C6D (or 0x8A5C6D) is known color: Mauve Taupe. HEX triplet: 8A, 5C and 6D. RGB value is (138,92,109). Sum of RGB (Red+Green+Blue) = 138+92+109=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C6D is #75A392. Grayscale: #6B6B6B. Windows color (decimal): -7709587 or 7167114. OLE color: 7167114.

HSL color Cylindrical-coordinate representation of color #8A5C6D: hue angle of 337.83º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5C6D is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 92 109 -
CMYK 0 0.33 0.21 0.46
HSL 337.83º 0.2% 0.45% -
HSV(B) 337.83º 0.33% 0.54% -
XYZ 17.07 14.16 16.3 -
YUV 107.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 138 92 109 0 0.33 0.21 0.46 337.83 0.2 0.45
Hex 8A 5C 6D 0 21 15 2E 152 14 2D
Octal 212 134 155 0 41 25 56 522 24 55
Binary 10001010 1011100 1101101 0 100001 10101 101110 101010010 10100 101101

Color Harmonies of #8A5C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5C6D

Black with #8A5C6D

Text Example


Text Example

White with #8A5C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5C6D; }

 p { color: rgb(138,92,109); }

 H1.HeaderClassName
 {
   color: #8A5C6D;
 }
 .AnyTagClassName
 {
   color: #8A5C6D;
 }
</style>

background-color css

<style>
 a { background-color: #8A5C6D; }

 a { background-color: rgb(138,92,109); }

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

border-color css

<style>
 span { border-color: #8A5C6D; }

 span { border-color: rgb(138,92,109); }

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