#8F5870

Color #8F5870 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8F5870

Tints of Mauve Taupe #8F5870

Color information

#8F5870 (or 0x8F5870) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 58 and 70. RGB value is (143,88,112). Sum of RGB (Red+Green+Blue) = 143+88+112=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5870 is #70A78F. Grayscale: #6B6B6B. Windows color (decimal): -7382928 or 7362703. OLE color: 7362703.

HSL color Cylindrical-coordinate representation of color #8F5870: hue angle of 333.82º degrees, saturation: 0.24, 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 #8F5870 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14388112-
CMYK00.380.220.44
HSL333.82º23.81%45.29%-
HSV(B)333.82º38.46%56.08%-
XYZ17.7413.9917.09-
YUV107.18130.72153.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.69%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=41.69%
G=25.66%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438811200.380.220.44333.8223.8145.29
Hex8F5870026162C14e182d
Octal21713016004626545163055
Binary100011111011000111000001001101011010110010100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,88,112); }

 H1.HeaderClassName
 {
   color: #8F5870;
 }
 .AnyTagClassName
 {
   color: #8F5870;
 }
</style>
background-color css

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

 a { background-color: rgb(143,88,112); }

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

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

 span { border-color: rgb(143,88,112); }

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