Shades of Mountbatten Pink #9D798F
Tints of Mountbatten Pink #9D798F
RGB
CMYK
RGB Variations
Color information
#9D798F (or 0x9D798F) is known color: Mountbatten Pink. HEX triplet: 9D, 79 and 8F. RGB value is (157,121,143). Sum of RGB (Red+Green+Blue) = 157+121+143=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D798F is #628670. Grayscale: #868686. Windows color (decimal): -6456945 or 9402781. OLE color: 9402781.
HSL color Cylindrical-coordinate representation of color #9D798F: hue angle of 323.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D798F is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 143 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.38 |
| HSL | 323.33º | 0.16% | 0.55% | - |
| HSV(B) | 323.33º | 0.23% | 0.62% | - |
| XYZ | 25.7 | 22.83 | 29.04 | - |
| YUV | 134.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 143 | 0 | 0.23 | 0.09 | 0.38 | 323.33 | 0.16 | 0.55 |
| Hex | 9D | 79 | 8F | 0 | 17 | 9 | 26 | 143 | 10 | 37 |
| Octal | 235 | 171 | 217 | 0 | 27 | 11 | 46 | 503 | 20 | 67 |
| Binary | 10011101 | 1111001 | 10001111 | 0 | 10111 | 1001 | 100110 | 101000011 | 10000 | 110111 |
Color Harmonies of #9D798F
Complementary color
Monochromatic Colors of #9D798F
Black with #9D798F
Text Example
Text Example
White with #9D798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D798F; }
p { color: rgb(157,121,143); }
H1.HeaderClassName
{
color: #9D798F;
}
.AnyTagClassName
{
color: #9D798F;
}
</style>
background-color css
<style>
a { background-color: #9D798F; }
a { background-color: rgb(157,121,143); }
div.DivClassName
{
background-color: #9D798F;
}
.BgClassName
{
background-color: #9D798F;
}
</style>
border-color css
<style>
span { border-color: #9D798F; }
span { border-color: rgb(157,121,143); }
td.TdClassName
{
border-color: #9D798F;
}
.TagClassName
{
border-color: #9D798F;
}
</style>