Shades of Mauve Taupe #8F5C73
Tints of Mauve Taupe #8F5C73
RGB
CMYK
RGB Variations
Color information
#8F5C73 (or 0x8F5C73) is known color: Mauve Taupe. HEX triplet: 8F, 5C and 73. RGB value is (143,92,115). Sum of RGB (Red+Green+Blue) = 143+92+115=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5C73 is #70A38C. Grayscale: #6D6D6D. Windows color (decimal): -7381901 or 7560335. OLE color: 7560335.
HSL color Cylindrical-coordinate representation of color #8F5C73: hue angle of 332.94º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F5C73 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 92 | 115 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.44 |
| HSL | 332.94º | 0.22% | 0.46% | - |
| HSV(B) | 332.94º | 0.36% | 0.56% | - |
| XYZ | 18.25 | 14.73 | 18.1 | - |
| YUV | 109.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 115 | 0 | 0.36 | 0.20 | 0.44 | 332.94 | 0.22 | 0.46 |
| Hex | 8F | 5C | 73 | 0 | 24 | 14 | 2C | 14D | 16 | 2E |
| Octal | 217 | 134 | 163 | 0 | 44 | 24 | 54 | 515 | 26 | 56 |
| Binary | 10001111 | 1011100 | 1110011 | 0 | 100100 | 10100 | 101100 | 101001101 | 10110 | 101110 |
Color Harmonies of #8F5C73
Complementary color
Monochromatic Colors of #8F5C73
Black with #8F5C73
Text Example
Text Example
White with #8F5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5C73; }
p { color: rgb(143,92,115); }
H1.HeaderClassName
{
color: #8F5C73;
}
.AnyTagClassName
{
color: #8F5C73;
}
</style>
background-color css
<style>
a { background-color: #8F5C73; }
a { background-color: rgb(143,92,115); }
div.DivClassName
{
background-color: #8F5C73;
}
.BgClassName
{
background-color: #8F5C73;
}
</style>
border-color css
<style>
span { border-color: #8F5C73; }
span { border-color: rgb(143,92,115); }
td.TdClassName
{
border-color: #8F5C73;
}
.TagClassName
{
border-color: #8F5C73;
}
</style>