Shades of Mountbatten Pink #9D8490
Tints of Mountbatten Pink #9D8490
RGB
CMYK
RGB Variations
Color information
#9D8490 (or 0x9D8490) is known color: Mountbatten Pink. HEX triplet: 9D, 84 and 90. RGB value is (157,132,144). Sum of RGB (Red+Green+Blue) = 157+132+144=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8490 is #627B6F. Grayscale: #8C8C8C. Windows color (decimal): -6454128 or 9471133. OLE color: 9471133.
HSL color Cylindrical-coordinate representation of color #9D8490: hue angle of 331.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D8490 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 144 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.38 |
| HSL | 331.2º | 0.11% | 0.57% | - |
| HSV(B) | 331.2º | 0.16% | 0.62% | - |
| XYZ | 27.19 | 25.68 | 29.91 | - |
| YUV | 140.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 144 | 0 | 0.16 | 0.08 | 0.38 | 331.2 | 0.11 | 0.57 |
| Hex | 9D | 84 | 90 | 0 | 10 | 8 | 26 | 14B | B | 39 |
| Octal | 235 | 204 | 220 | 0 | 20 | 10 | 46 | 513 | 13 | 71 |
| Binary | 10011101 | 10000100 | 10010000 | 0 | 10000 | 1000 | 100110 | 101001011 | 1011 | 111001 |
Color Harmonies of #9D8490
Complementary color
Monochromatic Colors of #9D8490
Black with #9D8490
Text Example
Text Example
White with #9D8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8490; }
p { color: rgb(157,132,144); }
H1.HeaderClassName
{
color: #9D8490;
}
.AnyTagClassName
{
color: #9D8490;
}
</style>
background-color css
<style>
a { background-color: #9D8490; }
a { background-color: rgb(157,132,144); }
div.DivClassName
{
background-color: #9D8490;
}
.BgClassName
{
background-color: #9D8490;
}
</style>
border-color css
<style>
span { border-color: #9D8490; }
span { border-color: rgb(157,132,144); }
td.TdClassName
{
border-color: #9D8490;
}
.TagClassName
{
border-color: #9D8490;
}
</style>