Shades of Mountbatten Pink #9B7A94
Tints of Mountbatten Pink #9B7A94
RGB
CMYK
RGB Variations
Color information
#9B7A94 (or 0x9B7A94) is known color: Mountbatten Pink. HEX triplet: 9B, 7A and 94. RGB value is (155,122,148). Sum of RGB (Red+Green+Blue) = 155+122+148=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A94 is #64856B. Grayscale: #868686. Windows color (decimal): -6587756 or 9730715. OLE color: 9730715.
HSL color Cylindrical-coordinate representation of color #9B7A94: hue angle of 312.73º 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 #9B7A94 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 148 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.39 |
| HSL | 312.73º | 0.14% | 0.54% | - |
| HSV(B) | 312.73º | 0.21% | 0.61% | - |
| XYZ | 25.82 | 23.03 | 31.1 | - |
| YUV | 134.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 148 | 0 | 0.21 | 0.05 | 0.39 | 312.73 | 0.14 | 0.54 |
| Hex | 9B | 7A | 94 | 0 | 15 | 5 | 27 | 139 | E | 36 |
| Octal | 233 | 172 | 224 | 0 | 25 | 5 | 47 | 471 | 16 | 66 |
| Binary | 10011011 | 1111010 | 10010100 | 0 | 10101 | 101 | 100111 | 100111001 | 1110 | 110110 |
Color Harmonies of #9B7A94
Complementary color
Monochromatic Colors of #9B7A94
Black with #9B7A94
Text Example
Text Example
White with #9B7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A94; }
p { color: rgb(155,122,148); }
H1.HeaderClassName
{
color: #9B7A94;
}
.AnyTagClassName
{
color: #9B7A94;
}
</style>
background-color css
<style>
a { background-color: #9B7A94; }
a { background-color: rgb(155,122,148); }
div.DivClassName
{
background-color: #9B7A94;
}
.BgClassName
{
background-color: #9B7A94;
}
</style>
border-color css
<style>
span { border-color: #9B7A94; }
span { border-color: rgb(155,122,148); }
td.TdClassName
{
border-color: #9B7A94;
}
.TagClassName
{
border-color: #9B7A94;
}
</style>