Shades of Mountbatten Pink #9D7293
Tints of Mountbatten Pink #9D7293
RGB
CMYK
RGB Variations
Color information
#9D7293 (or 0x9D7293) is known color: Mountbatten Pink. HEX triplet: 9D, 72 and 93. RGB value is (157,114,147). Sum of RGB (Red+Green+Blue) = 157+114+147=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7293 is #628D6C. Grayscale: #828282. Windows color (decimal): -6458733 or 9663133. OLE color: 9663133.
HSL color Cylindrical-coordinate representation of color #9D7293: hue angle of 313.95º 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 #9D7293 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 147 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.38 |
| HSL | 313.95º | 0.18% | 0.53% | - |
| HSV(B) | 313.95º | 0.27% | 0.62% | - |
| XYZ | 25.19 | 21.31 | 30.39 | - |
| YUV | 130.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 147 | 0 | 0.27 | 0.06 | 0.38 | 313.95 | 0.18 | 0.53 |
| Hex | 9D | 72 | 93 | 0 | 1B | 6 | 26 | 13A | 12 | 35 |
| Octal | 235 | 162 | 223 | 0 | 33 | 6 | 46 | 472 | 22 | 65 |
| Binary | 10011101 | 1110010 | 10010011 | 0 | 11011 | 110 | 100110 | 100111010 | 10010 | 110101 |
Color Harmonies of #9D7293
Complementary color
Monochromatic Colors of #9D7293
Black with #9D7293
Text Example
Text Example
White with #9D7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7293; }
p { color: rgb(157,114,147); }
H1.HeaderClassName
{
color: #9D7293;
}
.AnyTagClassName
{
color: #9D7293;
}
</style>
background-color css
<style>
a { background-color: #9D7293; }
a { background-color: rgb(157,114,147); }
div.DivClassName
{
background-color: #9D7293;
}
.BgClassName
{
background-color: #9D7293;
}
</style>
border-color css
<style>
span { border-color: #9D7293; }
span { border-color: rgb(157,114,147); }
td.TdClassName
{
border-color: #9D7293;
}
.TagClassName
{
border-color: #9D7293;
}
</style>