Shades of Mountbatten Pink #93708F
Tints of Mountbatten Pink #93708F
RGB
CMYK
RGB Variations
Color information
#93708F (or 0x93708F) is known color: Mountbatten Pink. HEX triplet: 93, 70 and 8F. RGB value is (147,112,143). Sum of RGB (Red+Green+Blue) = 147+112+143=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #93708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93708F is #6C8F70. Grayscale: #7D7D7D. Windows color (decimal): -7114609 or 9400467. OLE color: 9400467.
HSL color Cylindrical-coordinate representation of color #93708F: hue angle of 306.86º 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 #93708F is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 143 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.42 |
| HSL | 306.86º | 0.14% | 0.51% | - |
| HSV(B) | 306.86º | 0.24% | 0.58% | - |
| XYZ | 22.78 | 19.77 | 28.6 | - |
| YUV | 126 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 143 | 0 | 0.24 | 0.03 | 0.42 | 306.86 | 0.14 | 0.51 |
| Hex | 93 | 70 | 8F | 0 | 18 | 3 | 2A | 133 | E | 33 |
| Octal | 223 | 160 | 217 | 0 | 30 | 3 | 52 | 463 | 16 | 63 |
| Binary | 10010011 | 1110000 | 10001111 | 0 | 11000 | 11 | 101010 | 100110011 | 1110 | 110011 |
Color Harmonies of #93708F
Complementary color
Monochromatic Colors of #93708F
Black with #93708F
Text Example
Text Example
White with #93708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93708F; }
p { color: rgb(147,112,143); }
H1.HeaderClassName
{
color: #93708F;
}
.AnyTagClassName
{
color: #93708F;
}
</style>
background-color css
<style>
a { background-color: #93708F; }
a { background-color: rgb(147,112,143); }
div.DivClassName
{
background-color: #93708F;
}
.BgClassName
{
background-color: #93708F;
}
</style>
border-color css
<style>
span { border-color: #93708F; }
span { border-color: rgb(147,112,143); }
td.TdClassName
{
border-color: #93708F;
}
.TagClassName
{
border-color: #93708F;
}
</style>