Shades of Mountbatten Pink #9A758E
Tints of Mountbatten Pink #9A758E
RGB
CMYK
RGB Variations
Color information
#9A758E (or 0x9A758E) is known color: Mountbatten Pink. HEX triplet: 9A, 75 and 8E. RGB value is (154,117,142). Sum of RGB (Red+Green+Blue) = 154+117+142=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A758E is #658A71. Grayscale: #828282. Windows color (decimal): -6654578 or 9336218. OLE color: 9336218.
HSL color Cylindrical-coordinate representation of color #9A758E: hue angle of 319.46º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A758E is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 142 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.40 |
| HSL | 319.46º | 0.15% | 0.53% | - |
| HSV(B) | 319.46º | 0.24% | 0.6% | - |
| XYZ | 24.57 | 21.55 | 28.45 | - |
| YUV | 130.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 142 | 0 | 0.24 | 0.08 | 0.40 | 319.46 | 0.15 | 0.53 |
| Hex | 9A | 75 | 8E | 0 | 18 | 8 | 28 | 13F | F | 35 |
| Octal | 232 | 165 | 216 | 0 | 30 | 10 | 50 | 477 | 17 | 65 |
| Binary | 10011010 | 1110101 | 10001110 | 0 | 11000 | 1000 | 101000 | 100111111 | 1111 | 110101 |
Color Harmonies of #9A758E
Complementary color
Monochromatic Colors of #9A758E
Black with #9A758E
Text Example
Text Example
White with #9A758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A758E; }
p { color: rgb(154,117,142); }
H1.HeaderClassName
{
color: #9A758E;
}
.AnyTagClassName
{
color: #9A758E;
}
</style>
background-color css
<style>
a { background-color: #9A758E; }
a { background-color: rgb(154,117,142); }
div.DivClassName
{
background-color: #9A758E;
}
.BgClassName
{
background-color: #9A758E;
}
</style>
border-color css
<style>
span { border-color: #9A758E; }
span { border-color: rgb(154,117,142); }
td.TdClassName
{
border-color: #9A758E;
}
.TagClassName
{
border-color: #9A758E;
}
</style>