Shades of Mountbatten Pink #93738D
Tints of Mountbatten Pink #93738D
RGB
CMYK
RGB Variations
Color information
#93738D (or 0x93738D) is known color: Mountbatten Pink. HEX triplet: 93, 73 and 8D. RGB value is (147,115,141). Sum of RGB (Red+Green+Blue) = 147+115+141=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #93738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93738D is #6C8C72. Grayscale: #7F7F7F. Windows color (decimal): -7113843 or 9270163. OLE color: 9270163.
HSL color Cylindrical-coordinate representation of color #93738D: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93738D is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 115 | 141 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.42 |
| HSL | 311.25º | 0.13% | 0.51% | - |
| HSV(B) | 311.25º | 0.22% | 0.58% | - |
| XYZ | 22.97 | 20.39 | 27.92 | - |
| YUV | 127.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 141 | 0 | 0.22 | 0.04 | 0.42 | 311.25 | 0.13 | 0.51 |
| Hex | 93 | 73 | 8D | 0 | 16 | 4 | 2A | 137 | D | 33 |
| Octal | 223 | 163 | 215 | 0 | 26 | 4 | 52 | 467 | 15 | 63 |
| Binary | 10010011 | 1110011 | 10001101 | 0 | 10110 | 100 | 101010 | 100110111 | 1101 | 110011 |
Color Harmonies of #93738D
Complementary color
Monochromatic Colors of #93738D
Black with #93738D
Text Example
Text Example
White with #93738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93738D; }
p { color: rgb(147,115,141); }
H1.HeaderClassName
{
color: #93738D;
}
.AnyTagClassName
{
color: #93738D;
}
</style>
background-color css
<style>
a { background-color: #93738D; }
a { background-color: rgb(147,115,141); }
div.DivClassName
{
background-color: #93738D;
}
.BgClassName
{
background-color: #93738D;
}
</style>
border-color css
<style>
span { border-color: #93738D; }
span { border-color: rgb(147,115,141); }
td.TdClassName
{
border-color: #93738D;
}
.TagClassName
{
border-color: #93738D;
}
</style>