Html Css Color HEX #8A5E6E Mauve Taupe

📋 copy color: '#8A5E6E'

red 138 ◦ green 94 ◦ blue 110

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

Shades of Mauve Taupe #8A5E6E

Tints of Mauve Taupe #8A5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 40.35%
G = 27.49%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A5E6E (or 0x8A5E6E) is known color: Mauve Taupe. HEX triplet: 8A, 5E and 6E. RGB value is (138,94,110). Sum of RGB (Red+Green+Blue) = 138+94+110=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E6E is #75A191. Grayscale: #6C6C6C. Windows color (decimal): -7709074 or 7233162. OLE color: 7233162.

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

Color convert

RGB 138 94 110 -
CMYK 0 0.32 0.20 0.46
HSL 338.18º 0.19% 0.45% -
HSV(B) 338.18º 0.32% 0.54% -
XYZ 17.3 14.53 16.65 -
YUV 108.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 138 94 110 0 0.32 0.20 0.46 338.18 0.19 0.45
Hex 8A 5E 6E 0 20 14 2E 152 13 2D
Octal 212 136 156 0 40 24 56 522 23 55
Binary 10001010 1011110 1101110 0 100000 10100 101110 101010010 10011 101101

Color Harmonies of #8A5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E6E

Black with #8A5E6E

Text Example


Text Example

White with #8A5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,94,110); }

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

background-color css

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

 a { background-color: rgb(138,94,110); }

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

border-color css

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

 span { border-color: rgb(138,94,110); }

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