Shades of Mountbatten Pink #9B7792
Tints of Mountbatten Pink #9B7792
RGB
CMYK
RGB Variations
Color information
#9B7792 (or 0x9B7792) is known color: Mountbatten Pink. HEX triplet: 9B, 77 and 92. RGB value is (155,119,146). Sum of RGB (Red+Green+Blue) = 155+119+146=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7792 is #64886D. Grayscale: #848484. Windows color (decimal): -6588526 or 9598875. OLE color: 9598875.
HSL color Cylindrical-coordinate representation of color #9B7792: hue angle of 315º 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 #9B7792 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 146 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.39 |
| HSL | 315º | 0.15% | 0.54% | - |
| HSV(B) | 315º | 0.23% | 0.61% | - |
| XYZ | 25.3 | 22.24 | 30.15 | - |
| YUV | 132.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 146 | 0 | 0.23 | 0.06 | 0.39 | 315 | 0.15 | 0.54 |
| Hex | 9B | 77 | 92 | 0 | 17 | 6 | 27 | 13B | F | 36 |
| Octal | 233 | 167 | 222 | 0 | 27 | 6 | 47 | 473 | 17 | 66 |
| Binary | 10011011 | 1110111 | 10010010 | 0 | 10111 | 110 | 100111 | 100111011 | 1111 | 110110 |
Color Harmonies of #9B7792
Complementary color
Monochromatic Colors of #9B7792
Black with #9B7792
Text Example
Text Example
White with #9B7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7792; }
p { color: rgb(155,119,146); }
H1.HeaderClassName
{
color: #9B7792;
}
.AnyTagClassName
{
color: #9B7792;
}
</style>
background-color css
<style>
a { background-color: #9B7792; }
a { background-color: rgb(155,119,146); }
div.DivClassName
{
background-color: #9B7792;
}
.BgClassName
{
background-color: #9B7792;
}
</style>
border-color css
<style>
span { border-color: #9B7792; }
span { border-color: rgb(155,119,146); }
td.TdClassName
{
border-color: #9B7792;
}
.TagClassName
{
border-color: #9B7792;
}
</style>