Shades of Mauve Taupe #8F5D6A
Tints of Mauve Taupe #8F5D6A
RGB
CMYK
RGB Variations
Color information
#8F5D6A (or 0x8F5D6A) is known color: Mauve Taupe. HEX triplet: 8F, 5D and 6A. RGB value is (143,93,106). Sum of RGB (Red+Green+Blue) = 143+93+106=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D6A is #70A295. Grayscale: #6D6D6D. Windows color (decimal): -7381654 or 6970767. OLE color: 6970767.
HSL color Cylindrical-coordinate representation of color #8F5D6A: hue angle of 344.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F5D6A is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 106 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.44 |
| HSL | 344.4º | 0.21% | 0.46% | - |
| HSV(B) | 344.4º | 0.35% | 0.56% | - |
| XYZ | 17.84 | 14.71 | 15.53 | - |
| YUV | 109.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 106 | 0 | 0.35 | 0.26 | 0.44 | 344.4 | 0.21 | 0.46 |
| Hex | 8F | 5D | 6A | 0 | 23 | 1A | 2C | 158 | 15 | 2E |
| Octal | 217 | 135 | 152 | 0 | 43 | 32 | 54 | 530 | 25 | 56 |
| Binary | 10001111 | 1011101 | 1101010 | 0 | 100011 | 11010 | 101100 | 101011000 | 10101 | 101110 |
Color Harmonies of #8F5D6A
Complementary color
Monochromatic Colors of #8F5D6A
Black with #8F5D6A
Text Example
Text Example
White with #8F5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D6A; }
p { color: rgb(143,93,106); }
H1.HeaderClassName
{
color: #8F5D6A;
}
.AnyTagClassName
{
color: #8F5D6A;
}
</style>
background-color css
<style>
a { background-color: #8F5D6A; }
a { background-color: rgb(143,93,106); }
div.DivClassName
{
background-color: #8F5D6A;
}
.BgClassName
{
background-color: #8F5D6A;
}
</style>
border-color css
<style>
span { border-color: #8F5D6A; }
span { border-color: rgb(143,93,106); }
td.TdClassName
{
border-color: #8F5D6A;
}
.TagClassName
{
border-color: #8F5D6A;
}
</style>