Shades of Mountbatten Pink #9D7294
Tints of Mountbatten Pink #9D7294
RGB
CMYK
RGB Variations
Color information
#9D7294 (or 0x9D7294) is known color: Mountbatten Pink. HEX triplet: 9D, 72 and 94. RGB value is (157,114,148). Sum of RGB (Red+Green+Blue) = 157+114+148=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7294 is #628D6B. Grayscale: #828282. Windows color (decimal): -6458732 or 9728669. OLE color: 9728669.
HSL color Cylindrical-coordinate representation of color #9D7294: hue angle of 312.56º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7294 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 148 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.38 |
| HSL | 312.56º | 0.18% | 0.53% | - |
| HSV(B) | 312.56º | 0.27% | 0.62% | - |
| XYZ | 25.27 | 21.34 | 30.8 | - |
| YUV | 130.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 148 | 0 | 0.27 | 0.06 | 0.38 | 312.56 | 0.18 | 0.53 |
| Hex | 9D | 72 | 94 | 0 | 1B | 6 | 26 | 139 | 12 | 35 |
| Octal | 235 | 162 | 224 | 0 | 33 | 6 | 46 | 471 | 22 | 65 |
| Binary | 10011101 | 1110010 | 10010100 | 0 | 11011 | 110 | 100110 | 100111001 | 10010 | 110101 |
Color Harmonies of #9D7294
Complementary color
Monochromatic Colors of #9D7294
Black with #9D7294
Text Example
Text Example
White with #9D7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7294; }
p { color: rgb(157,114,148); }
H1.HeaderClassName
{
color: #9D7294;
}
.AnyTagClassName
{
color: #9D7294;
}
</style>
background-color css
<style>
a { background-color: #9D7294; }
a { background-color: rgb(157,114,148); }
div.DivClassName
{
background-color: #9D7294;
}
.BgClassName
{
background-color: #9D7294;
}
</style>
border-color css
<style>
span { border-color: #9D7294; }
span { border-color: rgb(157,114,148); }
td.TdClassName
{
border-color: #9D7294;
}
.TagClassName
{
border-color: #9D7294;
}
</style>