Shades of Mountbatten Pink #9F828D
Tints of Mountbatten Pink #9F828D
RGB
CMYK
RGB Variations
Color information
#9F828D (or 0x9F828D) is known color: Mountbatten Pink. HEX triplet: 9F, 82 and 8D. RGB value is (159,130,141). Sum of RGB (Red+Green+Blue) = 159+130+141=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F828D is #607D72. Grayscale: #8B8B8B. Windows color (decimal): -6323571 or 9274015. OLE color: 9274015.
HSL color Cylindrical-coordinate representation of color #9F828D: hue angle of 337.24º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F828D is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 141 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.38 |
| HSL | 337.24º | 0.13% | 0.57% | - |
| HSV(B) | 337.24º | 0.18% | 0.62% | - |
| XYZ | 27.09 | 25.26 | 28.65 | - |
| YUV | 139.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 141 | 0 | 0.18 | 0.11 | 0.38 | 337.24 | 0.13 | 0.57 |
| Hex | 9F | 82 | 8D | 0 | 12 | B | 26 | 151 | D | 39 |
| Octal | 237 | 202 | 215 | 0 | 22 | 13 | 46 | 521 | 15 | 71 |
| Binary | 10011111 | 10000010 | 10001101 | 0 | 10010 | 1011 | 100110 | 101010001 | 1101 | 111001 |
Color Harmonies of #9F828D
Complementary color
Monochromatic Colors of #9F828D
Black with #9F828D
Text Example
Text Example
White with #9F828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F828D; }
p { color: rgb(159,130,141); }
H1.HeaderClassName
{
color: #9F828D;
}
.AnyTagClassName
{
color: #9F828D;
}
</style>
background-color css
<style>
a { background-color: #9F828D; }
a { background-color: rgb(159,130,141); }
div.DivClassName
{
background-color: #9F828D;
}
.BgClassName
{
background-color: #9F828D;
}
</style>
border-color css
<style>
span { border-color: #9F828D; }
span { border-color: rgb(159,130,141); }
td.TdClassName
{
border-color: #9F828D;
}
.TagClassName
{
border-color: #9F828D;
}
</style>