Shades of Mountbatten Pink #93748E
Tints of Mountbatten Pink #93748E
RGB
CMYK
RGB Variations
Color information
#93748E (or 0x93748E) is known color: Mountbatten Pink. HEX triplet: 93, 74 and 8E. RGB value is (147,116,142). Sum of RGB (Red+Green+Blue) = 147+116+142=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #93748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93748E is #6C8B71. Grayscale: #808080. Windows color (decimal): -7113586 or 9335955. OLE color: 9335955.
HSL color Cylindrical-coordinate representation of color #93748E: hue angle of 309.68º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93748E is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 142 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.42 |
| HSL | 309.68º | 0.13% | 0.52% | - |
| HSV(B) | 309.68º | 0.21% | 0.58% | - |
| XYZ | 23.16 | 20.65 | 28.36 | - |
| YUV | 128.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 142 | 0 | 0.21 | 0.03 | 0.42 | 309.68 | 0.13 | 0.52 |
| Hex | 93 | 74 | 8E | 0 | 15 | 3 | 2A | 136 | D | 34 |
| Octal | 223 | 164 | 216 | 0 | 25 | 3 | 52 | 466 | 15 | 64 |
| Binary | 10010011 | 1110100 | 10001110 | 0 | 10101 | 11 | 101010 | 100110110 | 1101 | 110100 |
Color Harmonies of #93748E
Complementary color
Monochromatic Colors of #93748E
Black with #93748E
Text Example
Text Example
White with #93748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93748E; }
p { color: rgb(147,116,142); }
H1.HeaderClassName
{
color: #93748E;
}
.AnyTagClassName
{
color: #93748E;
}
</style>
background-color css
<style>
a { background-color: #93748E; }
a { background-color: rgb(147,116,142); }
div.DivClassName
{
background-color: #93748E;
}
.BgClassName
{
background-color: #93748E;
}
</style>
border-color css
<style>
span { border-color: #93748E; }
span { border-color: rgb(147,116,142); }
td.TdClassName
{
border-color: #93748E;
}
.TagClassName
{
border-color: #93748E;
}
</style>