Shades of Mountbatten Pink #9A7588
Tints of Mountbatten Pink #9A7588
RGB
CMYK
RGB Variations
Color information
#9A7588 (or 0x9A7588) is known color: Mountbatten Pink. HEX triplet: 9A, 75 and 88. RGB value is (154,117,136). Sum of RGB (Red+Green+Blue) = 154+117+136=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7588 is #658A77. Grayscale: #828282. Windows color (decimal): -6654584 or 8943002. OLE color: 8943002.
HSL color Cylindrical-coordinate representation of color #9A7588: hue angle of 329.19º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A7588 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 136 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.40 |
| HSL | 329.19º | 0.15% | 0.53% | - |
| HSV(B) | 329.19º | 0.24% | 0.6% | - |
| XYZ | 24.13 | 21.37 | 26.15 | - |
| YUV | 130.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 136 | 0 | 0.24 | 0.12 | 0.40 | 329.19 | 0.15 | 0.53 |
| Hex | 9A | 75 | 88 | 0 | 18 | C | 28 | 149 | F | 35 |
| Octal | 232 | 165 | 210 | 0 | 30 | 14 | 50 | 511 | 17 | 65 |
| Binary | 10011010 | 1110101 | 10001000 | 0 | 11000 | 1100 | 101000 | 101001001 | 1111 | 110101 |
Color Harmonies of #9A7588
Complementary color
Monochromatic Colors of #9A7588
Black with #9A7588
Text Example
Text Example
White with #9A7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7588; }
p { color: rgb(154,117,136); }
H1.HeaderClassName
{
color: #9A7588;
}
.AnyTagClassName
{
color: #9A7588;
}
</style>
background-color css
<style>
a { background-color: #9A7588; }
a { background-color: rgb(154,117,136); }
div.DivClassName
{
background-color: #9A7588;
}
.BgClassName
{
background-color: #9A7588;
}
</style>
border-color css
<style>
span { border-color: #9A7588; }
span { border-color: rgb(154,117,136); }
td.TdClassName
{
border-color: #9A7588;
}
.TagClassName
{
border-color: #9A7588;
}
</style>