Shades of Mountbatten Pink #94718B
Tints of Mountbatten Pink #94718B
RGB
CMYK
RGB Variations
Color information
#94718B (or 0x94718B) is known color: Mountbatten Pink. HEX triplet: 94, 71 and 8B. RGB value is (148,113,139). Sum of RGB (Red+Green+Blue) = 148+113+139=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #94718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94718B is #6B8E74. Grayscale: #7E7E7E. Windows color (decimal): -7048821 or 9138580. OLE color: 9138580.
HSL color Cylindrical-coordinate representation of color #94718B: hue angle of 315.43º 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 #94718B is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 139 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.42 |
| HSL | 315.43º | 0.14% | 0.51% | - |
| HSV(B) | 315.43º | 0.24% | 0.58% | - |
| XYZ | 22.78 | 19.97 | 27.08 | - |
| YUV | 126.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 139 | 0 | 0.24 | 0.06 | 0.42 | 315.43 | 0.14 | 0.51 |
| Hex | 94 | 71 | 8B | 0 | 18 | 6 | 2A | 13B | E | 33 |
| Octal | 224 | 161 | 213 | 0 | 30 | 6 | 52 | 473 | 16 | 63 |
| Binary | 10010100 | 1110001 | 10001011 | 0 | 11000 | 110 | 101010 | 100111011 | 1110 | 110011 |
Color Harmonies of #94718B
Complementary color
Monochromatic Colors of #94718B
Black with #94718B
Text Example
Text Example
White with #94718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94718B; }
p { color: rgb(148,113,139); }
H1.HeaderClassName
{
color: #94718B;
}
.AnyTagClassName
{
color: #94718B;
}
</style>
background-color css
<style>
a { background-color: #94718B; }
a { background-color: rgb(148,113,139); }
div.DivClassName
{
background-color: #94718B;
}
.BgClassName
{
background-color: #94718B;
}
</style>
border-color css
<style>
span { border-color: #94718B; }
span { border-color: rgb(148,113,139); }
td.TdClassName
{
border-color: #94718B;
}
.TagClassName
{
border-color: #94718B;
}
</style>