Html Css Color HEX #8F6174 Mauve Taupe

📋 copy color: '#8F6174'

red 143 ◦ green 97 ◦ blue 116

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

Shades of Mauve Taupe #8F6174

Tints of Mauve Taupe #8F6174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 40.17%
G = 27.25%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8F6174 (or 0x8F6174) is known color: Mauve Taupe. HEX triplet: 8F, 61 and 74. RGB value is (143,97,116). Sum of RGB (Red+Green+Blue) = 143+97+116=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6174 is #709E8B. Grayscale: #707070. Windows color (decimal): -7380620 or 7627151. OLE color: 7627151.

HSL color Cylindrical-coordinate representation of color #8F6174: hue angle of 335.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F6174 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 97 116 -
CMYK 0 0.32 0.19 0.44
HSL 335.22º 0.19% 0.47% -
HSV(B) 335.22º 0.32% 0.56% -
XYZ 18.75 15.65 18.56 -
YUV 112.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 143 97 116 0 0.32 0.19 0.44 335.22 0.19 0.47
Hex 8F 61 74 0 20 13 2C 14F 13 2F
Octal 217 141 164 0 40 23 54 517 23 57
Binary 10001111 1100001 1110100 0 100000 10011 101100 101001111 10011 101111

Color Harmonies of #8F6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6174

Black with #8F6174

Text Example


Text Example

White with #8F6174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,97,116); }

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

background-color css

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

 a { background-color: rgb(143,97,116); }

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

border-color css

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

 span { border-color: rgb(143,97,116); }

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