Shades of Mountbatten Pink #94838D
Tints of Mountbatten Pink #94838D
RGB
CMYK
RGB Variations
Color information
#94838D (or 0x94838D) is known color: Mountbatten Pink. HEX triplet: 94, 83 and 8D. RGB value is (148,131,141). Sum of RGB (Red+Green+Blue) = 148+131+141=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #94838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94838D is #6B7C72. Grayscale: #898989. Windows color (decimal): -7044211 or 9274260. OLE color: 9274260.
HSL color Cylindrical-coordinate representation of color #94838D: hue angle of 324.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94838D is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 131 | 141 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.42 |
| HSL | 324.71º | 0.07% | 0.55% | - |
| HSV(B) | 324.71º | 0.11% | 0.58% | - |
| XYZ | 25.14 | 24.45 | 28.59 | - |
| YUV | 137.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 141 | 0 | 0.11 | 0.05 | 0.42 | 324.71 | 0.07 | 0.55 |
| Hex | 94 | 83 | 8D | 0 | B | 5 | 2A | 145 | 7 | 37 |
| Octal | 224 | 203 | 215 | 0 | 13 | 5 | 52 | 505 | 7 | 67 |
| Binary | 10010100 | 10000011 | 10001101 | 0 | 1011 | 101 | 101010 | 101000101 | 111 | 110111 |
Color Harmonies of #94838D
Complementary color
Monochromatic Colors of #94838D
Black with #94838D
Text Example
Text Example
White with #94838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94838D; }
p { color: rgb(148,131,141); }
H1.HeaderClassName
{
color: #94838D;
}
.AnyTagClassName
{
color: #94838D;
}
</style>
background-color css
<style>
a { background-color: #94838D; }
a { background-color: rgb(148,131,141); }
div.DivClassName
{
background-color: #94838D;
}
.BgClassName
{
background-color: #94838D;
}
</style>
border-color css
<style>
span { border-color: #94838D; }
span { border-color: rgb(148,131,141); }
td.TdClassName
{
border-color: #94838D;
}
.TagClassName
{
border-color: #94838D;
}
</style>