Shades of Mountbatten Pink #9F718A
Tints of Mountbatten Pink #9F718A
RGB
CMYK
RGB Variations
Color information
#9F718A (or 0x9F718A) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 8A. RGB value is (159,113,138). Sum of RGB (Red+Green+Blue) = 159+113+138=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F718A is #608E75. Grayscale: #818181. Windows color (decimal): -6327926 or 9073055. OLE color: 9073055.
HSL color Cylindrical-coordinate representation of color #9F718A: hue angle of 327.39º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F718A is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 138 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.38 |
| HSL | 327.39º | 0.19% | 0.53% | - |
| HSV(B) | 327.39º | 0.29% | 0.62% | - |
| XYZ | 24.79 | 21.02 | 26.79 | - |
| YUV | 129.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 138 | 0 | 0.29 | 0.13 | 0.38 | 327.39 | 0.19 | 0.53 |
| Hex | 9F | 71 | 8A | 0 | 1D | D | 26 | 147 | 13 | 35 |
| Octal | 237 | 161 | 212 | 0 | 35 | 15 | 46 | 507 | 23 | 65 |
| Binary | 10011111 | 1110001 | 10001010 | 0 | 11101 | 1101 | 100110 | 101000111 | 10011 | 110101 |
Color Harmonies of #9F718A
Complementary color
Monochromatic Colors of #9F718A
Black with #9F718A
Text Example
Text Example
White with #9F718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F718A; }
p { color: rgb(159,113,138); }
H1.HeaderClassName
{
color: #9F718A;
}
.AnyTagClassName
{
color: #9F718A;
}
</style>
background-color css
<style>
a { background-color: #9F718A; }
a { background-color: rgb(159,113,138); }
div.DivClassName
{
background-color: #9F718A;
}
.BgClassName
{
background-color: #9F718A;
}
</style>
border-color css
<style>
span { border-color: #9F718A; }
span { border-color: rgb(159,113,138); }
td.TdClassName
{
border-color: #9F718A;
}
.TagClassName
{
border-color: #9F718A;
}
</style>