Html Css Color HEX #8B5D6E Mauve Taupe

📋 copy color: '#8B5D6E'

red 139 ◦ green 93 ◦ blue 110

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

Shades of Mauve Taupe #8B5D6E

Tints of Mauve Taupe #8B5D6E

RGB

 RED value IS 139 (54.69% from 255) = 40.64%

 GREEN value IS 93 (36.72% from 255) = 27.19%

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

R = 40.64%
G = 27.19%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B5D6E (or 0x8B5D6E) is known color: Mauve Taupe. HEX triplet: 8B, 5D and 6E. RGB value is (139,93,110). Sum of RGB (Red+Green+Blue) = 139+93+110=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D6E is #74A291. Grayscale: #6C6C6C. Windows color (decimal): -7643794 or 7232907. OLE color: 7232907.

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

Color convert

RGB 139 93 110 -
CMYK 0 0.33 0.21 0.45
HSL 337.83º 0.2% 0.45% -
HSV(B) 337.83º 0.33% 0.55% -
XYZ 17.38 14.44 16.62 -
YUV 108.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 139 93 110 0 0.33 0.21 0.45 337.83 0.2 0.45
Hex 8B 5D 6E 0 21 15 2D 152 14 2D
Octal 213 135 156 0 41 25 55 522 24 55
Binary 10001011 1011101 1101110 0 100001 10101 101101 101010010 10100 101101

Color Harmonies of #8B5D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D6E

Black with #8B5D6E

Text Example


Text Example

White with #8B5D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,110); }

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

background-color css

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

 a { background-color: rgb(139,93,110); }

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

border-color css

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

 span { border-color: rgb(139,93,110); }

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