Shades of Mountbatten Pink #9D8094
Tints of Mountbatten Pink #9D8094
RGB
CMYK
RGB Variations
Color information
#9D8094 (or 0x9D8094) is known color: Mountbatten Pink. HEX triplet: 9D, 80 and 94. RGB value is (157,128,148). Sum of RGB (Red+Green+Blue) = 157+128+148=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8094 is #627F6B. Grayscale: #8A8A8A. Windows color (decimal): -6455148 or 9732253. OLE color: 9732253.
HSL color Cylindrical-coordinate representation of color #9D8094: hue angle of 318.62º degrees, saturation: 0.13, 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 #9D8094 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 148 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.38 |
| HSL | 318.62º | 0.13% | 0.56% | - |
| HSV(B) | 318.62º | 0.18% | 0.62% | - |
| XYZ | 26.97 | 24.74 | 31.37 | - |
| YUV | 138.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 148 | 0 | 0.18 | 0.06 | 0.38 | 318.62 | 0.13 | 0.56 |
| Hex | 9D | 80 | 94 | 0 | 12 | 6 | 26 | 13F | D | 38 |
| Octal | 235 | 200 | 224 | 0 | 22 | 6 | 46 | 477 | 15 | 70 |
| Binary | 10011101 | 10000000 | 10010100 | 0 | 10010 | 110 | 100110 | 100111111 | 1101 | 111000 |
Color Harmonies of #9D8094
Complementary color
Monochromatic Colors of #9D8094
Black with #9D8094
Text Example
Text Example
White with #9D8094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8094; }
p { color: rgb(157,128,148); }
H1.HeaderClassName
{
color: #9D8094;
}
.AnyTagClassName
{
color: #9D8094;
}
</style>
background-color css
<style>
a { background-color: #9D8094; }
a { background-color: rgb(157,128,148); }
div.DivClassName
{
background-color: #9D8094;
}
.BgClassName
{
background-color: #9D8094;
}
</style>
border-color css
<style>
span { border-color: #9D8094; }
span { border-color: rgb(157,128,148); }
td.TdClassName
{
border-color: #9D8094;
}
.TagClassName
{
border-color: #9D8094;
}
</style>