Shades of Mountbatten Pink #94708D
Tints of Mountbatten Pink #94708D
RGB
CMYK
RGB Variations
Color information
#94708D (or 0x94708D) is known color: Mountbatten Pink. HEX triplet: 94, 70 and 8D. RGB value is (148,112,141). Sum of RGB (Red+Green+Blue) = 148+112+141=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94708D is #6B8F72. Grayscale: #7D7D7D. Windows color (decimal): -7049075 or 9269396. OLE color: 9269396.
HSL color Cylindrical-coordinate representation of color #94708D: hue angle of 311.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94708D is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 141 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.42 |
| HSL | 311.67º | 0.14% | 0.51% | - |
| HSV(B) | 311.67º | 0.24% | 0.58% | - |
| XYZ | 22.81 | 19.81 | 27.82 | - |
| YUV | 126.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 141 | 0 | 0.24 | 0.05 | 0.42 | 311.67 | 0.14 | 0.51 |
| Hex | 94 | 70 | 8D | 0 | 18 | 5 | 2A | 138 | E | 33 |
| Octal | 224 | 160 | 215 | 0 | 30 | 5 | 52 | 470 | 16 | 63 |
| Binary | 10010100 | 1110000 | 10001101 | 0 | 11000 | 101 | 101010 | 100111000 | 1110 | 110011 |
Color Harmonies of #94708D
Complementary color
Monochromatic Colors of #94708D
Black with #94708D
Text Example
Text Example
White with #94708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94708D; }
p { color: rgb(148,112,141); }
H1.HeaderClassName
{
color: #94708D;
}
.AnyTagClassName
{
color: #94708D;
}
</style>
background-color css
<style>
a { background-color: #94708D; }
a { background-color: rgb(148,112,141); }
div.DivClassName
{
background-color: #94708D;
}
.BgClassName
{
background-color: #94708D;
}
</style>
border-color css
<style>
span { border-color: #94708D; }
span { border-color: rgb(148,112,141); }
td.TdClassName
{
border-color: #94708D;
}
.TagClassName
{
border-color: #94708D;
}
</style>