Shades of Mountbatten Pink #9B718F
Tints of Mountbatten Pink #9B718F
RGB
CMYK
RGB Variations
Color information
#9B718F (or 0x9B718F) is known color: Mountbatten Pink. HEX triplet: 9B, 71 and 8F. RGB value is (155,113,143). Sum of RGB (Red+Green+Blue) = 155+113+143=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B718F is #648E70. Grayscale: #808080. Windows color (decimal): -6590065 or 9400731. OLE color: 9400731.
HSL color Cylindrical-coordinate representation of color #9B718F: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B718F is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 143 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.39 |
| HSL | 317.14º | 0.17% | 0.53% | - |
| HSV(B) | 317.14º | 0.27% | 0.61% | - |
| XYZ | 24.38 | 20.76 | 28.71 | - |
| YUV | 128.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 143 | 0 | 0.27 | 0.08 | 0.39 | 317.14 | 0.17 | 0.53 |
| Hex | 9B | 71 | 8F | 0 | 1B | 8 | 27 | 13D | 11 | 35 |
| Octal | 233 | 161 | 217 | 0 | 33 | 10 | 47 | 475 | 21 | 65 |
| Binary | 10011011 | 1110001 | 10001111 | 0 | 11011 | 1000 | 100111 | 100111101 | 10001 | 110101 |
Color Harmonies of #9B718F
Complementary color
Monochromatic Colors of #9B718F
Black with #9B718F
Text Example
Text Example
White with #9B718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B718F; }
p { color: rgb(155,113,143); }
H1.HeaderClassName
{
color: #9B718F;
}
.AnyTagClassName
{
color: #9B718F;
}
</style>
background-color css
<style>
a { background-color: #9B718F; }
a { background-color: rgb(155,113,143); }
div.DivClassName
{
background-color: #9B718F;
}
.BgClassName
{
background-color: #9B718F;
}
</style>
border-color css
<style>
span { border-color: #9B718F; }
span { border-color: rgb(155,113,143); }
td.TdClassName
{
border-color: #9B718F;
}
.TagClassName
{
border-color: #9B718F;
}
</style>