Shades of Mountbatten Pink #9A7D91
Tints of Mountbatten Pink #9A7D91
RGB
CMYK
RGB Variations
Color information
#9A7D91 (or 0x9A7D91) is known color: Mountbatten Pink. HEX triplet: 9A, 7D and 91. RGB value is (154,125,145). Sum of RGB (Red+Green+Blue) = 154+125+145=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D91 is #65826E. Grayscale: #878787. Windows color (decimal): -6652527 or 9534874. OLE color: 9534874.
HSL color Cylindrical-coordinate representation of color #9A7D91: hue angle of 318.62º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7D91 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 145 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.40 |
| HSL | 318.62º | 0.13% | 0.55% | - |
| HSV(B) | 318.62º | 0.19% | 0.6% | - |
| XYZ | 25.77 | 23.58 | 29.98 | - |
| YUV | 135.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 145 | 0 | 0.19 | 0.06 | 0.40 | 318.62 | 0.13 | 0.55 |
| Hex | 9A | 7D | 91 | 0 | 13 | 6 | 28 | 13F | D | 37 |
| Octal | 232 | 175 | 221 | 0 | 23 | 6 | 50 | 477 | 15 | 67 |
| Binary | 10011010 | 1111101 | 10010001 | 0 | 10011 | 110 | 101000 | 100111111 | 1101 | 110111 |
Color Harmonies of #9A7D91
Complementary color
Monochromatic Colors of #9A7D91
Black with #9A7D91
Text Example
Text Example
White with #9A7D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D91; }
p { color: rgb(154,125,145); }
H1.HeaderClassName
{
color: #9A7D91;
}
.AnyTagClassName
{
color: #9A7D91;
}
</style>
background-color css
<style>
a { background-color: #9A7D91; }
a { background-color: rgb(154,125,145); }
div.DivClassName
{
background-color: #9A7D91;
}
.BgClassName
{
background-color: #9A7D91;
}
</style>
border-color css
<style>
span { border-color: #9A7D91; }
span { border-color: rgb(154,125,145); }
td.TdClassName
{
border-color: #9A7D91;
}
.TagClassName
{
border-color: #9A7D91;
}
</style>