Shades of Mountbatten Pink #9A7B93
Tints of Mountbatten Pink #9A7B93
RGB
CMYK
RGB Variations
Color information
#9A7B93 (or 0x9A7B93) is known color: Mountbatten Pink. HEX triplet: 9A, 7B and 93. RGB value is (154,123,147). Sum of RGB (Red+Green+Blue) = 154+123+147=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7B93 is #65846C. Grayscale: #868686. Windows color (decimal): -6653037 or 9665434. OLE color: 9665434.
HSL color Cylindrical-coordinate representation of color #9A7B93: hue angle of 313.55º 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 #9A7B93 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 147 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.40 |
| HSL | 313.55º | 0.13% | 0.54% | - |
| HSV(B) | 313.55º | 0.2% | 0.6% | - |
| XYZ | 25.68 | 23.14 | 30.72 | - |
| YUV | 135.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 147 | 0 | 0.20 | 0.05 | 0.40 | 313.55 | 0.13 | 0.54 |
| Hex | 9A | 7B | 93 | 0 | 14 | 5 | 28 | 13A | D | 36 |
| Octal | 232 | 173 | 223 | 0 | 24 | 5 | 50 | 472 | 15 | 66 |
| Binary | 10011010 | 1111011 | 10010011 | 0 | 10100 | 101 | 101000 | 100111010 | 1101 | 110110 |
Color Harmonies of #9A7B93
Complementary color
Monochromatic Colors of #9A7B93
Black with #9A7B93
Text Example
Text Example
White with #9A7B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B93; }
p { color: rgb(154,123,147); }
H1.HeaderClassName
{
color: #9A7B93;
}
.AnyTagClassName
{
color: #9A7B93;
}
</style>
background-color css
<style>
a { background-color: #9A7B93; }
a { background-color: rgb(154,123,147); }
div.DivClassName
{
background-color: #9A7B93;
}
.BgClassName
{
background-color: #9A7B93;
}
</style>
border-color css
<style>
span { border-color: #9A7B93; }
span { border-color: rgb(154,123,147); }
td.TdClassName
{
border-color: #9A7B93;
}
.TagClassName
{
border-color: #9A7B93;
}
</style>