Shades of Mountbatten Pink #9A7793
Tints of Mountbatten Pink #9A7793
RGB
CMYK
RGB Variations
Color information
#9A7793 (or 0x9A7793) is known color: Mountbatten Pink. HEX triplet: 9A, 77 and 93. RGB value is (154,119,147). Sum of RGB (Red+Green+Blue) = 154+119+147=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7793 is #65886C. Grayscale: #848484. Windows color (decimal): -6654061 or 9664410. OLE color: 9664410.
HSL color Cylindrical-coordinate representation of color #9A7793: hue angle of 312º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A7793 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 147 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.40 |
| HSL | 312º | 0.15% | 0.54% | - |
| HSV(B) | 312º | 0.23% | 0.6% | - |
| XYZ | 25.19 | 22.17 | 30.56 | - |
| YUV | 132.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 147 | 0 | 0.23 | 0.05 | 0.40 | 312 | 0.15 | 0.54 |
| Hex | 9A | 77 | 93 | 0 | 17 | 5 | 28 | 138 | F | 36 |
| Octal | 232 | 167 | 223 | 0 | 27 | 5 | 50 | 470 | 17 | 66 |
| Binary | 10011010 | 1110111 | 10010011 | 0 | 10111 | 101 | 101000 | 100111000 | 1111 | 110110 |
Color Harmonies of #9A7793
Complementary color
Monochromatic Colors of #9A7793
Black with #9A7793
Text Example
Text Example
White with #9A7793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7793; }
p { color: rgb(154,119,147); }
H1.HeaderClassName
{
color: #9A7793;
}
.AnyTagClassName
{
color: #9A7793;
}
</style>
background-color css
<style>
a { background-color: #9A7793; }
a { background-color: rgb(154,119,147); }
div.DivClassName
{
background-color: #9A7793;
}
.BgClassName
{
background-color: #9A7793;
}
</style>
border-color css
<style>
span { border-color: #9A7793; }
span { border-color: rgb(154,119,147); }
td.TdClassName
{
border-color: #9A7793;
}
.TagClassName
{
border-color: #9A7793;
}
</style>