Shades of Mountbatten Pink #9B7694
Tints of Mountbatten Pink #9B7694
RGB
CMYK
RGB Variations
Color information
#9B7694 (or 0x9B7694) is known color: Mountbatten Pink. HEX triplet: 9B, 76 and 94. RGB value is (155,118,148). Sum of RGB (Red+Green+Blue) = 155+118+148=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7694 is #64896B. Grayscale: #848484. Windows color (decimal): -6588780 or 9729691. OLE color: 9729691.
HSL color Cylindrical-coordinate representation of color #9B7694: hue angle of 311.35º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B7694 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 148 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.39 |
| HSL | 311.35º | 0.16% | 0.54% | - |
| HSV(B) | 311.35º | 0.24% | 0.61% | - |
| XYZ | 25.34 | 22.06 | 30.94 | - |
| YUV | 132.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 148 | 0 | 0.24 | 0.05 | 0.39 | 311.35 | 0.16 | 0.54 |
| Hex | 9B | 76 | 94 | 0 | 18 | 5 | 27 | 137 | 10 | 36 |
| Octal | 233 | 166 | 224 | 0 | 30 | 5 | 47 | 467 | 20 | 66 |
| Binary | 10011011 | 1110110 | 10010100 | 0 | 11000 | 101 | 100111 | 100110111 | 10000 | 110110 |
Color Harmonies of #9B7694
Complementary color
Monochromatic Colors of #9B7694
Black with #9B7694
Text Example
Text Example
White with #9B7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7694; }
p { color: rgb(155,118,148); }
H1.HeaderClassName
{
color: #9B7694;
}
.AnyTagClassName
{
color: #9B7694;
}
</style>
background-color css
<style>
a { background-color: #9B7694; }
a { background-color: rgb(155,118,148); }
div.DivClassName
{
background-color: #9B7694;
}
.BgClassName
{
background-color: #9B7694;
}
</style>
border-color css
<style>
span { border-color: #9B7694; }
span { border-color: rgb(155,118,148); }
td.TdClassName
{
border-color: #9B7694;
}
.TagClassName
{
border-color: #9B7694;
}
</style>