Shades of Mauve Taupe #8F5A6A
Tints of Mauve Taupe #8F5A6A
RGB
CMYK
RGB Variations
Color information
#8F5A6A (or 0x8F5A6A) is known color: Mauve Taupe. HEX triplet: 8F, 5A and 6A. RGB value is (143,90,106). Sum of RGB (Red+Green+Blue) = 143+90+106=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A6A is #70A595. Grayscale: #6B6B6B. Windows color (decimal): -7382422 or 6969999. OLE color: 6969999.
HSL color Cylindrical-coordinate representation of color #8F5A6A: hue angle of 341.89º 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 #8F5A6A is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 106 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.44 |
| HSL | 341.89º | 0.23% | 0.46% | - |
| HSV(B) | 341.89º | 0.37% | 0.56% | - |
| XYZ | 17.59 | 14.19 | 15.45 | - |
| YUV | 107.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 106 | 0 | 0.37 | 0.26 | 0.44 | 341.89 | 0.23 | 0.46 |
| Hex | 8F | 5A | 6A | 0 | 25 | 1A | 2C | 156 | 17 | 2E |
| Octal | 217 | 132 | 152 | 0 | 45 | 32 | 54 | 526 | 27 | 56 |
| Binary | 10001111 | 1011010 | 1101010 | 0 | 100101 | 11010 | 101100 | 101010110 | 10111 | 101110 |
Color Harmonies of #8F5A6A
Complementary color
Monochromatic Colors of #8F5A6A
Black with #8F5A6A
Text Example
Text Example
White with #8F5A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A6A; }
p { color: rgb(143,90,106); }
H1.HeaderClassName
{
color: #8F5A6A;
}
.AnyTagClassName
{
color: #8F5A6A;
}
</style>
background-color css
<style>
a { background-color: #8F5A6A; }
a { background-color: rgb(143,90,106); }
div.DivClassName
{
background-color: #8F5A6A;
}
.BgClassName
{
background-color: #8F5A6A;
}
</style>
border-color css
<style>
span { border-color: #8F5A6A; }
span { border-color: rgb(143,90,106); }
td.TdClassName
{
border-color: #8F5A6A;
}
.TagClassName
{
border-color: #8F5A6A;
}
</style>