Html Css Color HEX #8F5A6F Mauve Taupe

📋 copy color: '#8F5A6F'

red 143 ◦ green 90 ◦ blue 111

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

Shades of Mauve Taupe #8F5A6F

Tints of Mauve Taupe #8F5A6F

RGB

 RED value IS 143 (56.25% from 255) = 41.57%

 GREEN value IS 90 (35.55% from 255) = 26.16%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 41.57%
G = 26.16%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F5A6F (or 0x8F5A6F) is known color: Mauve Taupe. HEX triplet: 8F, 5A and 6F. RGB value is (143,90,111). Sum of RGB (Red+Green+Blue) = 143+90+111=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A6F is #70A590. Grayscale: #6C6C6C. Windows color (decimal): -7382417 or 7297679. OLE color: 7297679.

HSL color Cylindrical-coordinate representation of color #8F5A6F: hue angle of 336.23º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A6F is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 90 111 -
CMYK 0 0.37 0.22 0.44
HSL 336.23º 0.23% 0.46% -
HSV(B) 336.23º 0.37% 0.56% -
XYZ 17.85 14.3 16.86 -
YUV 108.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 143 90 111 0 0.37 0.22 0.44 336.23 0.23 0.46
Hex 8F 5A 6F 0 25 16 2C 150 17 2E
Octal 217 132 157 0 45 26 54 520 27 56
Binary 10001111 1011010 1101111 0 100101 10110 101100 101010000 10111 101110

Color Harmonies of #8F5A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5A6F

Black with #8F5A6F

Text Example


Text Example

White with #8F5A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,90,111); }

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

background-color css

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

 a { background-color: rgb(143,90,111); }

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

border-color css

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

 span { border-color: rgb(143,90,111); }

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