Shades of Mountbatten Pink #9B7896
Tints of Mountbatten Pink #9B7896
RGB
CMYK
RGB Variations
Color information
#9B7896 (or 0x9B7896) is known color: Mountbatten Pink. HEX triplet: 9B, 78 and 96. RGB value is (155,120,150). Sum of RGB (Red+Green+Blue) = 155+120+150=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7896 is #648769. Grayscale: #858585. Windows color (decimal): -6588266 or 9861275. OLE color: 9861275.
HSL color Cylindrical-coordinate representation of color #9B7896: hue angle of 308.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7896 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 150 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.39 |
| HSL | 308.57º | 0.15% | 0.54% | - |
| HSV(B) | 308.57º | 0.23% | 0.61% | - |
| XYZ | 25.74 | 22.6 | 31.86 | - |
| YUV | 133.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 150 | 0 | 0.23 | 0.03 | 0.39 | 308.57 | 0.15 | 0.54 |
| Hex | 9B | 78 | 96 | 0 | 17 | 3 | 27 | 135 | F | 36 |
| Octal | 233 | 170 | 226 | 0 | 27 | 3 | 47 | 465 | 17 | 66 |
| Binary | 10011011 | 1111000 | 10010110 | 0 | 10111 | 11 | 100111 | 100110101 | 1111 | 110110 |
Color Harmonies of #9B7896
Complementary color
Monochromatic Colors of #9B7896
Black with #9B7896
Text Example
Text Example
White with #9B7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7896; }
p { color: rgb(155,120,150); }
H1.HeaderClassName
{
color: #9B7896;
}
.AnyTagClassName
{
color: #9B7896;
}
</style>
background-color css
<style>
a { background-color: #9B7896; }
a { background-color: rgb(155,120,150); }
div.DivClassName
{
background-color: #9B7896;
}
.BgClassName
{
background-color: #9B7896;
}
</style>
border-color css
<style>
span { border-color: #9B7896; }
span { border-color: rgb(155,120,150); }
td.TdClassName
{
border-color: #9B7896;
}
.TagClassName
{
border-color: #9B7896;
}
</style>