Shades of Mountbatten Pink #9F738A
Tints of Mountbatten Pink #9F738A
RGB
CMYK
RGB Variations
Color information
#9F738A (or 0x9F738A) is known color: Mountbatten Pink. HEX triplet: 9F, 73 and 8A. RGB value is (159,115,138). Sum of RGB (Red+Green+Blue) = 159+115+138=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F738A is #608C75. Grayscale: #828282. Windows color (decimal): -6327414 or 9073567. OLE color: 9073567.
HSL color Cylindrical-coordinate representation of color #9F738A: hue angle of 328.64º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F738A is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 138 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.38 |
| HSL | 328.64º | 0.19% | 0.54% | - |
| HSV(B) | 328.64º | 0.28% | 0.62% | - |
| XYZ | 25.02 | 21.47 | 26.87 | - |
| YUV | 130.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 138 | 0 | 0.28 | 0.13 | 0.38 | 328.64 | 0.19 | 0.54 |
| Hex | 9F | 73 | 8A | 0 | 1C | D | 26 | 149 | 13 | 36 |
| Octal | 237 | 163 | 212 | 0 | 34 | 15 | 46 | 511 | 23 | 66 |
| Binary | 10011111 | 1110011 | 10001010 | 0 | 11100 | 1101 | 100110 | 101001001 | 10011 | 110110 |
Color Harmonies of #9F738A
Complementary color
Monochromatic Colors of #9F738A
Black with #9F738A
Text Example
Text Example
White with #9F738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F738A; }
p { color: rgb(159,115,138); }
H1.HeaderClassName
{
color: #9F738A;
}
.AnyTagClassName
{
color: #9F738A;
}
</style>
background-color css
<style>
a { background-color: #9F738A; }
a { background-color: rgb(159,115,138); }
div.DivClassName
{
background-color: #9F738A;
}
.BgClassName
{
background-color: #9F738A;
}
</style>
border-color css
<style>
span { border-color: #9F738A; }
span { border-color: rgb(159,115,138); }
td.TdClassName
{
border-color: #9F738A;
}
.TagClassName
{
border-color: #9F738A;
}
</style>