Shades of Mauve Taupe #8F5F6B
Tints of Mauve Taupe #8F5F6B
RGB
CMYK
RGB Variations
Color information
#8F5F6B (or 0x8F5F6B) is known color: Mauve Taupe. HEX triplet: 8F, 5F and 6B. RGB value is (143,95,107). Sum of RGB (Red+Green+Blue) = 143+95+107=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F6B is #70A094. Grayscale: #6E6E6E. Windows color (decimal): -7381141 or 7036815. OLE color: 7036815.
HSL color Cylindrical-coordinate representation of color #8F5F6B: hue angle of 345º 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 #8F5F6B is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 95 | 107 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.44 |
| HSL | 345º | 0.2% | 0.47% | - |
| HSV(B) | 345º | 0.34% | 0.56% | - |
| XYZ | 18.07 | 15.09 | 15.87 | - |
| YUV | 110.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 107 | 0 | 0.34 | 0.25 | 0.44 | 345 | 0.2 | 0.47 |
| Hex | 8F | 5F | 6B | 0 | 22 | 19 | 2C | 159 | 14 | 2F |
| Octal | 217 | 137 | 153 | 0 | 42 | 31 | 54 | 531 | 24 | 57 |
| Binary | 10001111 | 1011111 | 1101011 | 0 | 100010 | 11001 | 101100 | 101011001 | 10100 | 101111 |
Color Harmonies of #8F5F6B
Complementary color
Monochromatic Colors of #8F5F6B
Black with #8F5F6B
Text Example
Text Example
White with #8F5F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5F6B; }
p { color: rgb(143,95,107); }
H1.HeaderClassName
{
color: #8F5F6B;
}
.AnyTagClassName
{
color: #8F5F6B;
}
</style>
background-color css
<style>
a { background-color: #8F5F6B; }
a { background-color: rgb(143,95,107); }
div.DivClassName
{
background-color: #8F5F6B;
}
.BgClassName
{
background-color: #8F5F6B;
}
</style>
border-color css
<style>
span { border-color: #8F5F6B; }
span { border-color: rgb(143,95,107); }
td.TdClassName
{
border-color: #8F5F6B;
}
.TagClassName
{
border-color: #8F5F6B;
}
</style>