Html Css Color HEX #8F5973 Mauve Taupe

📋 copy color: '#8F5973'

red 143 ◦ green 89 ◦ blue 115

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

Shades of Mauve Taupe #8F5973

Tints of Mauve Taupe #8F5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 41.21%
G = 25.65%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F5973 (or 0x8F5973) is known color: Mauve Taupe. HEX triplet: 8F, 59 and 73. RGB value is (143,89,115). Sum of RGB (Red+Green+Blue) = 143+89+115=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5973 is #70A68C. Grayscale: #6C6C6C. Windows color (decimal): -7382669 or 7559567. OLE color: 7559567.

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

Color convert

RGB 143 89 115 -
CMYK 0 0.38 0.20 0.44
HSL 331.11º 0.23% 0.45% -
HSV(B) 331.11º 0.38% 0.56% -
XYZ 17.99 14.22 18.02 -
YUV 108.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 143 89 115 0 0.38 0.20 0.44 331.11 0.23 0.45
Hex 8F 59 73 0 26 14 2C 14B 17 2D
Octal 217 131 163 0 46 24 54 513 27 55
Binary 10001111 1011001 1110011 0 100110 10100 101100 101001011 10111 101101

Color Harmonies of #8F5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5973

Black with #8F5973

Text Example


Text Example

White with #8F5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,89,115); }

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

background-color css

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

 a { background-color: rgb(143,89,115); }

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

border-color css

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

 span { border-color: rgb(143,89,115); }

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