Shades of Mountbatten Pink #9D8190
Tints of Mountbatten Pink #9D8190
RGB
CMYK
RGB Variations
Color information
#9D8190 (or 0x9D8190) is known color: Mountbatten Pink. HEX triplet: 9D, 81 and 90. RGB value is (157,129,144). Sum of RGB (Red+Green+Blue) = 157+129+144=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8190 is #627E6F. Grayscale: #8B8B8B. Windows color (decimal): -6454896 or 9470365. OLE color: 9470365.
HSL color Cylindrical-coordinate representation of color #9D8190: hue angle of 327.86º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8190 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 144 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.38 |
| HSL | 327.86º | 0.13% | 0.56% | - |
| HSV(B) | 327.86º | 0.18% | 0.62% | - |
| XYZ | 26.79 | 24.88 | 29.78 | - |
| YUV | 139.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 144 | 0 | 0.18 | 0.08 | 0.38 | 327.86 | 0.13 | 0.56 |
| Hex | 9D | 81 | 90 | 0 | 12 | 8 | 26 | 148 | C | 38 |
| Octal | 235 | 201 | 220 | 0 | 22 | 10 | 46 | 510 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10010000 | 0 | 10010 | 1000 | 100110 | 101001000 | 1100 | 111000 |
Color Harmonies of #9D8190
Complementary color
Monochromatic Colors of #9D8190
Black with #9D8190
Text Example
Text Example
White with #9D8190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8190; }
p { color: rgb(157,129,144); }
H1.HeaderClassName
{
color: #9D8190;
}
.AnyTagClassName
{
color: #9D8190;
}
</style>
background-color css
<style>
a { background-color: #9D8190; }
a { background-color: rgb(157,129,144); }
div.DivClassName
{
background-color: #9D8190;
}
.BgClassName
{
background-color: #9D8190;
}
</style>
border-color css
<style>
span { border-color: #9D8190; }
span { border-color: rgb(157,129,144); }
td.TdClassName
{
border-color: #9D8190;
}
.TagClassName
{
border-color: #9D8190;
}
</style>