Shades of Mountbatten Pink #9B7A8E
Tints of Mountbatten Pink #9B7A8E
RGB
CMYK
RGB Variations
Color information
#9B7A8E (or 0x9B7A8E) is known color: Mountbatten Pink. HEX triplet: 9B, 7A and 8E. RGB value is (155,122,142). Sum of RGB (Red+Green+Blue) = 155+122+142=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A8E is #648571. Grayscale: #868686. Windows color (decimal): -6587762 or 9337499. OLE color: 9337499.
HSL color Cylindrical-coordinate representation of color #9B7A8E: hue angle of 323.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7A8E is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 142 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.39 |
| HSL | 323.64º | 0.14% | 0.54% | - |
| HSV(B) | 323.64º | 0.21% | 0.61% | - |
| XYZ | 25.36 | 22.84 | 28.66 | - |
| YUV | 134.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 142 | 0 | 0.21 | 0.08 | 0.39 | 323.64 | 0.14 | 0.54 |
| Hex | 9B | 7A | 8E | 0 | 15 | 8 | 27 | 144 | E | 36 |
| Octal | 233 | 172 | 216 | 0 | 25 | 10 | 47 | 504 | 16 | 66 |
| Binary | 10011011 | 1111010 | 10001110 | 0 | 10101 | 1000 | 100111 | 101000100 | 1110 | 110110 |
Color Harmonies of #9B7A8E
Complementary color
Monochromatic Colors of #9B7A8E
Black with #9B7A8E
Text Example
Text Example
White with #9B7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A8E; }
p { color: rgb(155,122,142); }
H1.HeaderClassName
{
color: #9B7A8E;
}
.AnyTagClassName
{
color: #9B7A8E;
}
</style>
background-color css
<style>
a { background-color: #9B7A8E; }
a { background-color: rgb(155,122,142); }
div.DivClassName
{
background-color: #9B7A8E;
}
.BgClassName
{
background-color: #9B7A8E;
}
</style>
border-color css
<style>
span { border-color: #9B7A8E; }
span { border-color: rgb(155,122,142); }
td.TdClassName
{
border-color: #9B7A8E;
}
.TagClassName
{
border-color: #9B7A8E;
}
</style>