Shades of Mauve Taupe #9D5A6D
Tints of Mauve Taupe #9D5A6D
RGB
CMYK
RGB Variations
Color information
#9D5A6D (or 0x9D5A6D) is known color: Mauve Taupe. HEX triplet: 9D, 5A and 6D. RGB value is (157,90,109). Sum of RGB (Red+Green+Blue) = 157+90+109=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A6D is #62A592. Grayscale: #707070. Windows color (decimal): -6464915 or 7166621. OLE color: 7166621.
HSL color Cylindrical-coordinate representation of color #9D5A6D: hue angle of 342.99º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5A6D is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 90 | 109 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.38 |
| HSL | 342.99º | 0.27% | 0.48% | - |
| HSV(B) | 342.99º | 0.43% | 0.62% | - |
| XYZ | 20.32 | 15.58 | 16.41 | - |
| YUV | 112.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 109 | 0 | 0.43 | 0.31 | 0.38 | 342.99 | 0.27 | 0.48 |
| Hex | 9D | 5A | 6D | 0 | 2B | 1F | 26 | 157 | 1B | 30 |
| Octal | 235 | 132 | 155 | 0 | 53 | 37 | 46 | 527 | 33 | 60 |
| Binary | 10011101 | 1011010 | 1101101 | 0 | 101011 | 11111 | 100110 | 101010111 | 11011 | 110000 |
Color Harmonies of #9D5A6D
Complementary color
Monochromatic Colors of #9D5A6D
Black with #9D5A6D
Text Example
Text Example
White with #9D5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5A6D; }
p { color: rgb(157,90,109); }
H1.HeaderClassName
{
color: #9D5A6D;
}
.AnyTagClassName
{
color: #9D5A6D;
}
</style>
background-color css
<style>
a { background-color: #9D5A6D; }
a { background-color: rgb(157,90,109); }
div.DivClassName
{
background-color: #9D5A6D;
}
.BgClassName
{
background-color: #9D5A6D;
}
</style>
border-color css
<style>
span { border-color: #9D5A6D; }
span { border-color: rgb(157,90,109); }
td.TdClassName
{
border-color: #9D5A6D;
}
.TagClassName
{
border-color: #9D5A6D;
}
</style>