Shades of Mountbatten Pink #9B7588
Tints of Mountbatten Pink #9B7588
RGB
CMYK
RGB Variations
Color information
#9B7588 (or 0x9B7588) is known color: Mountbatten Pink. HEX triplet: 9B, 75 and 88. RGB value is (155,117,136). Sum of RGB (Red+Green+Blue) = 155+117+136=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7588 is #648A77. Grayscale: #828282. Windows color (decimal): -6589048 or 8943003. OLE color: 8943003.
HSL color Cylindrical-coordinate representation of color #9B7588: hue angle of 330º 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 #9B7588 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 136 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.39 |
| HSL | 330º | 0.16% | 0.53% | - |
| HSV(B) | 330º | 0.25% | 0.61% | - |
| XYZ | 24.32 | 21.47 | 26.15 | - |
| YUV | 130.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 136 | 0 | 0.25 | 0.12 | 0.39 | 330 | 0.16 | 0.53 |
| Hex | 9B | 75 | 88 | 0 | 19 | C | 27 | 14A | 10 | 35 |
| Octal | 233 | 165 | 210 | 0 | 31 | 14 | 47 | 512 | 20 | 65 |
| Binary | 10011011 | 1110101 | 10001000 | 0 | 11001 | 1100 | 100111 | 101001010 | 10000 | 110101 |
Color Harmonies of #9B7588
Complementary color
Monochromatic Colors of #9B7588
Black with #9B7588
Text Example
Text Example
White with #9B7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7588; }
p { color: rgb(155,117,136); }
H1.HeaderClassName
{
color: #9B7588;
}
.AnyTagClassName
{
color: #9B7588;
}
</style>
background-color css
<style>
a { background-color: #9B7588; }
a { background-color: rgb(155,117,136); }
div.DivClassName
{
background-color: #9B7588;
}
.BgClassName
{
background-color: #9B7588;
}
</style>
border-color css
<style>
span { border-color: #9B7588; }
span { border-color: rgb(155,117,136); }
td.TdClassName
{
border-color: #9B7588;
}
.TagClassName
{
border-color: #9B7588;
}
</style>