Shades of Mountbatten Pink #93788D
Tints of Mountbatten Pink #93788D
RGB
CMYK
RGB Variations
Color information
#93788D (or 0x93788D) is known color: Mountbatten Pink. HEX triplet: 93, 78 and 8D. RGB value is (147,120,141). Sum of RGB (Red+Green+Blue) = 147+120+141=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #93788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93788D is #6C8772. Grayscale: #828282. Windows color (decimal): -7112563 or 9271443. OLE color: 9271443.
HSL color Cylindrical-coordinate representation of color #93788D: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93788D is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 141 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.42 |
| HSL | 313.33º | 0.11% | 0.52% | - |
| HSV(B) | 313.33º | 0.18% | 0.58% | - |
| XYZ | 23.56 | 21.56 | 28.12 | - |
| YUV | 130.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 141 | 0 | 0.18 | 0.04 | 0.42 | 313.33 | 0.11 | 0.52 |
| Hex | 93 | 78 | 8D | 0 | 12 | 4 | 2A | 139 | B | 34 |
| Octal | 223 | 170 | 215 | 0 | 22 | 4 | 52 | 471 | 13 | 64 |
| Binary | 10010011 | 1111000 | 10001101 | 0 | 10010 | 100 | 101010 | 100111001 | 1011 | 110100 |
Color Harmonies of #93788D
Complementary color
Monochromatic Colors of #93788D
Black with #93788D
Text Example
Text Example
White with #93788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93788D; }
p { color: rgb(147,120,141); }
H1.HeaderClassName
{
color: #93788D;
}
.AnyTagClassName
{
color: #93788D;
}
</style>
background-color css
<style>
a { background-color: #93788D; }
a { background-color: rgb(147,120,141); }
div.DivClassName
{
background-color: #93788D;
}
.BgClassName
{
background-color: #93788D;
}
</style>
border-color css
<style>
span { border-color: #93788D; }
span { border-color: rgb(147,120,141); }
td.TdClassName
{
border-color: #93788D;
}
.TagClassName
{
border-color: #93788D;
}
</style>