Shades of Mountbatten Pink #9A738F
Tints of Mountbatten Pink #9A738F
RGB
CMYK
RGB Variations
Color information
#9A738F (or 0x9A738F) is known color: Mountbatten Pink. HEX triplet: 9A, 73 and 8F. RGB value is (154,115,143). Sum of RGB (Red+Green+Blue) = 154+115+143=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 154 - color contains mainly: red. Hex color #9A738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A738F is #658C70. Grayscale: #818181. Windows color (decimal): -6655089 or 9401242. OLE color: 9401242.
HSL color Cylindrical-coordinate representation of color #9A738F: hue angle of 316.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A738F is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 143 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.40 |
| HSL | 316.92º | 0.16% | 0.53% | - |
| HSV(B) | 316.92º | 0.25% | 0.6% | - |
| XYZ | 24.42 | 21.11 | 28.78 | - |
| YUV | 129.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 143 | 0 | 0.25 | 0.07 | 0.40 | 316.92 | 0.16 | 0.53 |
| Hex | 9A | 73 | 8F | 0 | 19 | 7 | 28 | 13D | 10 | 35 |
| Octal | 232 | 163 | 217 | 0 | 31 | 7 | 50 | 475 | 20 | 65 |
| Binary | 10011010 | 1110011 | 10001111 | 0 | 11001 | 111 | 101000 | 100111101 | 10000 | 110101 |
Color Harmonies of #9A738F
Complementary color
Monochromatic Colors of #9A738F
Black with #9A738F
Text Example
Text Example
White with #9A738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A738F; }
p { color: rgb(154,115,143); }
H1.HeaderClassName
{
color: #9A738F;
}
.AnyTagClassName
{
color: #9A738F;
}
</style>
background-color css
<style>
a { background-color: #9A738F; }
a { background-color: rgb(154,115,143); }
div.DivClassName
{
background-color: #9A738F;
}
.BgClassName
{
background-color: #9A738F;
}
</style>
border-color css
<style>
span { border-color: #9A738F; }
span { border-color: rgb(154,115,143); }
td.TdClassName
{
border-color: #9A738F;
}
.TagClassName
{
border-color: #9A738F;
}
</style>