Shades of Mountbatten Pink #9A758F
Tints of Mountbatten Pink #9A758F
RGB
CMYK
RGB Variations
Color information
#9A758F (or 0x9A758F) is known color: Mountbatten Pink. HEX triplet: 9A, 75 and 8F. RGB value is (154,117,143). Sum of RGB (Red+Green+Blue) = 154+117+143=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A758F is #658A70. Grayscale: #828282. Windows color (decimal): -6654577 or 9401754. OLE color: 9401754.
HSL color Cylindrical-coordinate representation of color #9A758F: hue angle of 317.84º 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 #9A758F is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 143 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.40 |
| HSL | 317.84º | 0.15% | 0.53% | - |
| HSV(B) | 317.84º | 0.24% | 0.6% | - |
| XYZ | 24.65 | 21.58 | 28.85 | - |
| YUV | 131.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 143 | 0 | 0.24 | 0.07 | 0.40 | 317.84 | 0.15 | 0.53 |
| Hex | 9A | 75 | 8F | 0 | 18 | 7 | 28 | 13E | F | 35 |
| Octal | 232 | 165 | 217 | 0 | 30 | 7 | 50 | 476 | 17 | 65 |
| Binary | 10011010 | 1110101 | 10001111 | 0 | 11000 | 111 | 101000 | 100111110 | 1111 | 110101 |
Color Harmonies of #9A758F
Complementary color
Monochromatic Colors of #9A758F
Black with #9A758F
Text Example
Text Example
White with #9A758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A758F; }
p { color: rgb(154,117,143); }
H1.HeaderClassName
{
color: #9A758F;
}
.AnyTagClassName
{
color: #9A758F;
}
</style>
background-color css
<style>
a { background-color: #9A758F; }
a { background-color: rgb(154,117,143); }
div.DivClassName
{
background-color: #9A758F;
}
.BgClassName
{
background-color: #9A758F;
}
</style>
border-color css
<style>
span { border-color: #9A758F; }
span { border-color: rgb(154,117,143); }
td.TdClassName
{
border-color: #9A758F;
}
.TagClassName
{
border-color: #9A758F;
}
</style>