Shades of Mountbatten Pink #9A7A95
Tints of Mountbatten Pink #9A7A95
RGB
CMYK
RGB Variations
Color information
#9A7A95 (or 0x9A7A95) is known color: Mountbatten Pink. HEX triplet: 9A, 7A and 95. RGB value is (154,122,149). Sum of RGB (Red+Green+Blue) = 154+122+149=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7A95 is #65856A. Grayscale: #868686. Windows color (decimal): -6653291 or 9796250. OLE color: 9796250.
HSL color Cylindrical-coordinate representation of color #9A7A95: hue angle of 309.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A7A95 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 149 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.40 |
| HSL | 309.38º | 0.14% | 0.54% | - |
| HSV(B) | 309.38º | 0.21% | 0.6% | - |
| XYZ | 25.71 | 22.96 | 31.51 | - |
| YUV | 134.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 149 | 0 | 0.21 | 0.03 | 0.40 | 309.38 | 0.14 | 0.54 |
| Hex | 9A | 7A | 95 | 0 | 15 | 3 | 28 | 135 | E | 36 |
| Octal | 232 | 172 | 225 | 0 | 25 | 3 | 50 | 465 | 16 | 66 |
| Binary | 10011010 | 1111010 | 10010101 | 0 | 10101 | 11 | 101000 | 100110101 | 1110 | 110110 |
Color Harmonies of #9A7A95
Complementary color
Monochromatic Colors of #9A7A95
Black with #9A7A95
Text Example
Text Example
White with #9A7A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A95; }
p { color: rgb(154,122,149); }
H1.HeaderClassName
{
color: #9A7A95;
}
.AnyTagClassName
{
color: #9A7A95;
}
</style>
background-color css
<style>
a { background-color: #9A7A95; }
a { background-color: rgb(154,122,149); }
div.DivClassName
{
background-color: #9A7A95;
}
.BgClassName
{
background-color: #9A7A95;
}
</style>
border-color css
<style>
span { border-color: #9A7A95; }
span { border-color: rgb(154,122,149); }
td.TdClassName
{
border-color: #9A7A95;
}
.TagClassName
{
border-color: #9A7A95;
}
</style>