Shades of Mountbatten Pink #93708E
Tints of Mountbatten Pink #93708E
RGB
CMYK
RGB Variations
Color information
#93708E (or 0x93708E) is known color: Mountbatten Pink. HEX triplet: 93, 70 and 8E. RGB value is (147,112,142). Sum of RGB (Red+Green+Blue) = 147+112+142=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93708E is #6C8F71. Grayscale: #7D7D7D. Windows color (decimal): -7114610 or 9334931. OLE color: 9334931.
HSL color Cylindrical-coordinate representation of color #93708E: hue angle of 308.57º 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 #93708E is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 142 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.42 |
| HSL | 308.57º | 0.14% | 0.51% | - |
| HSV(B) | 308.57º | 0.24% | 0.58% | - |
| XYZ | 22.71 | 19.74 | 28.21 | - |
| YUV | 125.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 142 | 0 | 0.24 | 0.03 | 0.42 | 308.57 | 0.14 | 0.51 |
| Hex | 93 | 70 | 8E | 0 | 18 | 3 | 2A | 135 | E | 33 |
| Octal | 223 | 160 | 216 | 0 | 30 | 3 | 52 | 465 | 16 | 63 |
| Binary | 10010011 | 1110000 | 10001110 | 0 | 11000 | 11 | 101010 | 100110101 | 1110 | 110011 |
Color Harmonies of #93708E
Complementary color
Monochromatic Colors of #93708E
Black with #93708E
Text Example
Text Example
White with #93708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93708E; }
p { color: rgb(147,112,142); }
H1.HeaderClassName
{
color: #93708E;
}
.AnyTagClassName
{
color: #93708E;
}
</style>
background-color css
<style>
a { background-color: #93708E; }
a { background-color: rgb(147,112,142); }
div.DivClassName
{
background-color: #93708E;
}
.BgClassName
{
background-color: #93708E;
}
</style>
border-color css
<style>
span { border-color: #93708E; }
span { border-color: rgb(147,112,142); }
td.TdClassName
{
border-color: #93708E;
}
.TagClassName
{
border-color: #93708E;
}
</style>