Shades of Mountbatten Pink #9B7B96
Tints of Mountbatten Pink #9B7B96
RGB
CMYK
RGB Variations
Color information
#9B7B96 (or 0x9B7B96) is known color: Mountbatten Pink. HEX triplet: 9B, 7B and 96. RGB value is (155,123,150). Sum of RGB (Red+Green+Blue) = 155+123+150=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B96 is #648469. Grayscale: #878787. Windows color (decimal): -6587498 or 9862043. OLE color: 9862043.
HSL color Cylindrical-coordinate representation of color #9B7B96: hue angle of 309.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7B96 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 150 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.39 |
| HSL | 309.38º | 0.14% | 0.55% | - |
| HSV(B) | 309.38º | 0.21% | 0.61% | - |
| XYZ | 26.11 | 23.34 | 31.98 | - |
| YUV | 135.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 150 | 0 | 0.21 | 0.03 | 0.39 | 309.38 | 0.14 | 0.55 |
| Hex | 9B | 7B | 96 | 0 | 15 | 3 | 27 | 135 | E | 37 |
| Octal | 233 | 173 | 226 | 0 | 25 | 3 | 47 | 465 | 16 | 67 |
| Binary | 10011011 | 1111011 | 10010110 | 0 | 10101 | 11 | 100111 | 100110101 | 1110 | 110111 |
Color Harmonies of #9B7B96
Complementary color
Monochromatic Colors of #9B7B96
Black with #9B7B96
Text Example
Text Example
White with #9B7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B96; }
p { color: rgb(155,123,150); }
H1.HeaderClassName
{
color: #9B7B96;
}
.AnyTagClassName
{
color: #9B7B96;
}
</style>
background-color css
<style>
a { background-color: #9B7B96; }
a { background-color: rgb(155,123,150); }
div.DivClassName
{
background-color: #9B7B96;
}
.BgClassName
{
background-color: #9B7B96;
}
</style>
border-color css
<style>
span { border-color: #9B7B96; }
span { border-color: rgb(155,123,150); }
td.TdClassName
{
border-color: #9B7B96;
}
.TagClassName
{
border-color: #9B7B96;
}
</style>