Shades of Mountbatten Pink #9A7B92
Tints of Mountbatten Pink #9A7B92
RGB
CMYK
RGB Variations
Color information
#9A7B92 (or 0x9A7B92) is known color: Mountbatten Pink. HEX triplet: 9A, 7B and 92. RGB value is (154,123,146). Sum of RGB (Red+Green+Blue) = 154+123+146=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7B92 is #65846D. Grayscale: #868686. Windows color (decimal): -6653038 or 9599898. OLE color: 9599898.
HSL color Cylindrical-coordinate representation of color #9A7B92: hue angle of 315.48º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7B92 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 146 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.40 |
| HSL | 315.48º | 0.13% | 0.54% | - |
| HSV(B) | 315.48º | 0.2% | 0.6% | - |
| XYZ | 25.6 | 23.11 | 30.31 | - |
| YUV | 134.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 146 | 0 | 0.20 | 0.05 | 0.40 | 315.48 | 0.13 | 0.54 |
| Hex | 9A | 7B | 92 | 0 | 14 | 5 | 28 | 13B | D | 36 |
| Octal | 232 | 173 | 222 | 0 | 24 | 5 | 50 | 473 | 15 | 66 |
| Binary | 10011010 | 1111011 | 10010010 | 0 | 10100 | 101 | 101000 | 100111011 | 1101 | 110110 |
Color Harmonies of #9A7B92
Complementary color
Monochromatic Colors of #9A7B92
Black with #9A7B92
Text Example
Text Example
White with #9A7B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B92; }
p { color: rgb(154,123,146); }
H1.HeaderClassName
{
color: #9A7B92;
}
.AnyTagClassName
{
color: #9A7B92;
}
</style>
background-color css
<style>
a { background-color: #9A7B92; }
a { background-color: rgb(154,123,146); }
div.DivClassName
{
background-color: #9A7B92;
}
.BgClassName
{
background-color: #9A7B92;
}
</style>
border-color css
<style>
span { border-color: #9A7B92; }
span { border-color: rgb(154,123,146); }
td.TdClassName
{
border-color: #9A7B92;
}
.TagClassName
{
border-color: #9A7B92;
}
</style>