Shades of Mountbatten Pink #9A7D92
Tints of Mountbatten Pink #9A7D92
RGB
CMYK
RGB Variations
Color information
#9A7D92 (or 0x9A7D92) is known color: Mountbatten Pink. HEX triplet: 9A, 7D and 92. RGB value is (154,125,146). Sum of RGB (Red+Green+Blue) = 154+125+146=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D92 is #65826D. Grayscale: #888888. Windows color (decimal): -6652526 or 9600410. OLE color: 9600410.
HSL color Cylindrical-coordinate representation of color #9A7D92: hue angle of 316.55º 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 #9A7D92 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 146 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.40 |
| HSL | 316.55º | 0.13% | 0.55% | - |
| HSV(B) | 316.55º | 0.19% | 0.6% | - |
| XYZ | 25.85 | 23.61 | 30.39 | - |
| YUV | 136.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 146 | 0 | 0.19 | 0.05 | 0.40 | 316.55 | 0.13 | 0.55 |
| Hex | 9A | 7D | 92 | 0 | 13 | 5 | 28 | 13D | D | 37 |
| Octal | 232 | 175 | 222 | 0 | 23 | 5 | 50 | 475 | 15 | 67 |
| Binary | 10011010 | 1111101 | 10010010 | 0 | 10011 | 101 | 101000 | 100111101 | 1101 | 110111 |
Color Harmonies of #9A7D92
Complementary color
Monochromatic Colors of #9A7D92
Black with #9A7D92
Text Example
Text Example
White with #9A7D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D92; }
p { color: rgb(154,125,146); }
H1.HeaderClassName
{
color: #9A7D92;
}
.AnyTagClassName
{
color: #9A7D92;
}
</style>
background-color css
<style>
a { background-color: #9A7D92; }
a { background-color: rgb(154,125,146); }
div.DivClassName
{
background-color: #9A7D92;
}
.BgClassName
{
background-color: #9A7D92;
}
</style>
border-color css
<style>
span { border-color: #9A7D92; }
span { border-color: rgb(154,125,146); }
td.TdClassName
{
border-color: #9A7D92;
}
.TagClassName
{
border-color: #9A7D92;
}
</style>