Shades of Mauve Taupe #9A6B7A
Tints of Mauve Taupe #9A6B7A
RGB
CMYK
RGB Variations
Color information
#9A6B7A (or 0x9A6B7A) is known color: Mauve Taupe. HEX triplet: 9A, 6B and 7A. RGB value is (154,107,122). Sum of RGB (Red+Green+Blue) = 154+107+122=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B7A is #659485. Grayscale: #7A7A7A. Windows color (decimal): -6657158 or 8022938. OLE color: 8022938.
HSL color Cylindrical-coordinate representation of color #9A6B7A: hue angle of 340.85º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6B7A is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 122 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.40 |
| HSL | 340.85º | 0.19% | 0.51% | - |
| HSV(B) | 340.85º | 0.31% | 0.6% | - |
| XYZ | 22.1 | 18.79 | 20.87 | - |
| YUV | 122.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 122 | 0 | 0.31 | 0.21 | 0.40 | 340.85 | 0.19 | 0.51 |
| Hex | 9A | 6B | 7A | 0 | 1F | 15 | 28 | 155 | 13 | 33 |
| Octal | 232 | 153 | 172 | 0 | 37 | 25 | 50 | 525 | 23 | 63 |
| Binary | 10011010 | 1101011 | 1111010 | 0 | 11111 | 10101 | 101000 | 101010101 | 10011 | 110011 |
Color Harmonies of #9A6B7A
Complementary color
Monochromatic Colors of #9A6B7A
Black with #9A6B7A
Text Example
Text Example
White with #9A6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B7A; }
p { color: rgb(154,107,122); }
H1.HeaderClassName
{
color: #9A6B7A;
}
.AnyTagClassName
{
color: #9A6B7A;
}
</style>
background-color css
<style>
a { background-color: #9A6B7A; }
a { background-color: rgb(154,107,122); }
div.DivClassName
{
background-color: #9A6B7A;
}
.BgClassName
{
background-color: #9A6B7A;
}
</style>
border-color css
<style>
span { border-color: #9A6B7A; }
span { border-color: rgb(154,107,122); }
td.TdClassName
{
border-color: #9A6B7A;
}
.TagClassName
{
border-color: #9A6B7A;
}
</style>