#8F5F6C

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

Shades of Mauve Taupe #8F5F6C

Tints of Mauve Taupe #8F5F6C

Color information

#8F5F6C (or 0x8F5F6C) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 5F and 6C. RGB value is (143,95,108). Sum of RGB (Red+Green+Blue) = 143+95+108=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F6C is #70A093. Grayscale: #6E6E6E. Windows color (decimal): -7381140 or 7102351. OLE color: 7102351.

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

Color convert

RGB14395108-
CMYK00.340.240.44
HSL343.75º20.17%46.67%-
HSV(B)343.75º33.57%56.08%-
XYZ18.1315.1116.15-
YUV110.83126.4150.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=41.33%
G=27.46%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439510800.340.240.44343.7520.1746.67
Hex8F5F6C022182C158142f
Octal21713715404230545302457
Binary100011111011111110110001000101100010110010101100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,108); }

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

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

 a { background-color: rgb(143,95,108); }

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

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

 span { border-color: rgb(143,95,108); }

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