Shades of Mountbatten Pink #93738A
Tints of Mountbatten Pink #93738A
RGB
CMYK
RGB Variations
Color information
#93738A (or 0x93738A) is known color: Mountbatten Pink. HEX triplet: 93, 73 and 8A. RGB value is (147,115,138). Sum of RGB (Red+Green+Blue) = 147+115+138=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #93738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93738A is #6C8C75. Grayscale: #7F7F7F. Windows color (decimal): -7113846 or 9073555. OLE color: 9073555.
HSL color Cylindrical-coordinate representation of color #93738A: hue angle of 316.88º 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 #93738A is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 115 | 138 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.42 |
| HSL | 316.88º | 0.13% | 0.51% | - |
| HSV(B) | 316.88º | 0.22% | 0.58% | - |
| XYZ | 22.75 | 20.3 | 26.76 | - |
| YUV | 127.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 138 | 0 | 0.22 | 0.06 | 0.42 | 316.88 | 0.13 | 0.51 |
| Hex | 93 | 73 | 8A | 0 | 16 | 6 | 2A | 13D | D | 33 |
| Octal | 223 | 163 | 212 | 0 | 26 | 6 | 52 | 475 | 15 | 63 |
| Binary | 10010011 | 1110011 | 10001010 | 0 | 10110 | 110 | 101010 | 100111101 | 1101 | 110011 |
Color Harmonies of #93738A
Complementary color
Monochromatic Colors of #93738A
Black with #93738A
Text Example
Text Example
White with #93738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93738A; }
p { color: rgb(147,115,138); }
H1.HeaderClassName
{
color: #93738A;
}
.AnyTagClassName
{
color: #93738A;
}
</style>
background-color css
<style>
a { background-color: #93738A; }
a { background-color: rgb(147,115,138); }
div.DivClassName
{
background-color: #93738A;
}
.BgClassName
{
background-color: #93738A;
}
</style>
border-color css
<style>
span { border-color: #93738A; }
span { border-color: rgb(147,115,138); }
td.TdClassName
{
border-color: #93738A;
}
.TagClassName
{
border-color: #93738A;
}
</style>