Shades of Mountbatten Pink #94708F
Tints of Mountbatten Pink #94708F
RGB
CMYK
RGB Variations
Color information
#94708F (or 0x94708F) is known color: Mountbatten Pink. HEX triplet: 94, 70 and 8F. RGB value is (148,112,143). Sum of RGB (Red+Green+Blue) = 148+112+143=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94708F is #6B8F70. Grayscale: #7E7E7E. Windows color (decimal): -7049073 or 9400468. OLE color: 9400468.
HSL color Cylindrical-coordinate representation of color #94708F: hue angle of 308.33º 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 #94708F is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 143 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.42 |
| HSL | 308.33º | 0.14% | 0.51% | - |
| HSV(B) | 308.33º | 0.24% | 0.58% | - |
| XYZ | 22.96 | 19.87 | 28.61 | - |
| YUV | 126.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 143 | 0 | 0.24 | 0.03 | 0.42 | 308.33 | 0.14 | 0.51 |
| Hex | 94 | 70 | 8F | 0 | 18 | 3 | 2A | 134 | E | 33 |
| Octal | 224 | 160 | 217 | 0 | 30 | 3 | 52 | 464 | 16 | 63 |
| Binary | 10010100 | 1110000 | 10001111 | 0 | 11000 | 11 | 101010 | 100110100 | 1110 | 110011 |
Color Harmonies of #94708F
Complementary color
Monochromatic Colors of #94708F
Black with #94708F
Text Example
Text Example
White with #94708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94708F; }
p { color: rgb(148,112,143); }
H1.HeaderClassName
{
color: #94708F;
}
.AnyTagClassName
{
color: #94708F;
}
</style>
background-color css
<style>
a { background-color: #94708F; }
a { background-color: rgb(148,112,143); }
div.DivClassName
{
background-color: #94708F;
}
.BgClassName
{
background-color: #94708F;
}
</style>
border-color css
<style>
span { border-color: #94708F; }
span { border-color: rgb(148,112,143); }
td.TdClassName
{
border-color: #94708F;
}
.TagClassName
{
border-color: #94708F;
}
</style>