Shades of Mountbatten Pink #9B708A
Tints of Mountbatten Pink #9B708A
RGB
CMYK
RGB Variations
Color information
#9B708A (or 0x9B708A) is known color: Mountbatten Pink. HEX triplet: 9B, 70 and 8A. RGB value is (155,112,138). Sum of RGB (Red+Green+Blue) = 155+112+138=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B708A is #648F75. Grayscale: #7F7F7F. Windows color (decimal): -6590326 or 9072795. OLE color: 9072795.
HSL color Cylindrical-coordinate representation of color #9B708A: hue angle of 323.72º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B708A is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 138 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.39 |
| HSL | 323.72º | 0.18% | 0.52% | - |
| HSV(B) | 323.72º | 0.28% | 0.61% | - |
| XYZ | 23.9 | 20.39 | 26.72 | - |
| YUV | 127.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 138 | 0 | 0.28 | 0.11 | 0.39 | 323.72 | 0.18 | 0.52 |
| Hex | 9B | 70 | 8A | 0 | 1C | B | 27 | 144 | 12 | 34 |
| Octal | 233 | 160 | 212 | 0 | 34 | 13 | 47 | 504 | 22 | 64 |
| Binary | 10011011 | 1110000 | 10001010 | 0 | 11100 | 1011 | 100111 | 101000100 | 10010 | 110100 |
Color Harmonies of #9B708A
Complementary color
Monochromatic Colors of #9B708A
Black with #9B708A
Text Example
Text Example
White with #9B708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B708A; }
p { color: rgb(155,112,138); }
H1.HeaderClassName
{
color: #9B708A;
}
.AnyTagClassName
{
color: #9B708A;
}
</style>
background-color css
<style>
a { background-color: #9B708A; }
a { background-color: rgb(155,112,138); }
div.DivClassName
{
background-color: #9B708A;
}
.BgClassName
{
background-color: #9B708A;
}
</style>
border-color css
<style>
span { border-color: #9B708A; }
span { border-color: rgb(155,112,138); }
td.TdClassName
{
border-color: #9B708A;
}
.TagClassName
{
border-color: #9B708A;
}
</style>