Shades of Mauve Taupe #8F5A6C
Tints of Mauve Taupe #8F5A6C
RGB
CMYK
RGB Variations
Color information
#8F5A6C (or 0x8F5A6C) is known color: Mauve Taupe. HEX triplet: 8F, 5A and 6C. RGB value is (143,90,108). Sum of RGB (Red+Green+Blue) = 143+90+108=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A6C is #70A593. Grayscale: #6B6B6B. Windows color (decimal): -7382420 or 7101071. OLE color: 7101071.
HSL color Cylindrical-coordinate representation of color #8F5A6C: hue angle of 339.62º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A6C is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 108 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.44 |
| HSL | 339.62º | 0.23% | 0.46% | - |
| HSV(B) | 339.62º | 0.37% | 0.56% | - |
| XYZ | 17.69 | 14.23 | 16 | - |
| YUV | 107.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 108 | 0 | 0.37 | 0.24 | 0.44 | 339.62 | 0.23 | 0.46 |
| Hex | 8F | 5A | 6C | 0 | 25 | 18 | 2C | 154 | 17 | 2E |
| Octal | 217 | 132 | 154 | 0 | 45 | 30 | 54 | 524 | 27 | 56 |
| Binary | 10001111 | 1011010 | 1101100 | 0 | 100101 | 11000 | 101100 | 101010100 | 10111 | 101110 |
Color Harmonies of #8F5A6C
Complementary color
Monochromatic Colors of #8F5A6C
Black with #8F5A6C
Text Example
Text Example
White with #8F5A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A6C; }
p { color: rgb(143,90,108); }
H1.HeaderClassName
{
color: #8F5A6C;
}
.AnyTagClassName
{
color: #8F5A6C;
}
</style>
background-color css
<style>
a { background-color: #8F5A6C; }
a { background-color: rgb(143,90,108); }
div.DivClassName
{
background-color: #8F5A6C;
}
.BgClassName
{
background-color: #8F5A6C;
}
</style>
border-color css
<style>
span { border-color: #8F5A6C; }
span { border-color: rgb(143,90,108); }
td.TdClassName
{
border-color: #8F5A6C;
}
.TagClassName
{
border-color: #8F5A6C;
}
</style>