Shades of Mountbatten Pink #9B758B
Tints of Mountbatten Pink #9B758B
RGB
CMYK
RGB Variations
Color information
#9B758B (or 0x9B758B) is known color: Mountbatten Pink. HEX triplet: 9B, 75 and 8B. RGB value is (155,117,139). Sum of RGB (Red+Green+Blue) = 155+117+139=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B758B is #648A74. Grayscale: #828282. Windows color (decimal): -6589045 or 9139611. OLE color: 9139611.
HSL color Cylindrical-coordinate representation of color #9B758B: hue angle of 325.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B758B is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 139 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.39 |
| HSL | 325.26º | 0.16% | 0.53% | - |
| HSV(B) | 325.26º | 0.25% | 0.61% | - |
| XYZ | 24.54 | 21.56 | 27.29 | - |
| YUV | 130.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 139 | 0 | 0.25 | 0.10 | 0.39 | 325.26 | 0.16 | 0.53 |
| Hex | 9B | 75 | 8B | 0 | 19 | A | 27 | 145 | 10 | 35 |
| Octal | 233 | 165 | 213 | 0 | 31 | 12 | 47 | 505 | 20 | 65 |
| Binary | 10011011 | 1110101 | 10001011 | 0 | 11001 | 1010 | 100111 | 101000101 | 10000 | 110101 |
Color Harmonies of #9B758B
Complementary color
Monochromatic Colors of #9B758B
Black with #9B758B
Text Example
Text Example
White with #9B758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B758B; }
p { color: rgb(155,117,139); }
H1.HeaderClassName
{
color: #9B758B;
}
.AnyTagClassName
{
color: #9B758B;
}
</style>
background-color css
<style>
a { background-color: #9B758B; }
a { background-color: rgb(155,117,139); }
div.DivClassName
{
background-color: #9B758B;
}
.BgClassName
{
background-color: #9B758B;
}
</style>
border-color css
<style>
span { border-color: #9B758B; }
span { border-color: rgb(155,117,139); }
td.TdClassName
{
border-color: #9B758B;
}
.TagClassName
{
border-color: #9B758B;
}
</style>