Shades of Mountbatten Pink #94848D
Tints of Mountbatten Pink #94848D
RGB
CMYK
RGB Variations
Color information
#94848D (or 0x94848D) is known color: Mountbatten Pink. HEX triplet: 94, 84 and 8D. RGB value is (148,132,141). Sum of RGB (Red+Green+Blue) = 148+132+141=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #94848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94848D is #6B7B72. Grayscale: #898989. Windows color (decimal): -7043955 or 9274516. OLE color: 9274516.
HSL color Cylindrical-coordinate representation of color #94848D: hue angle of 326.25º 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 #94848D is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 141 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.42 |
| HSL | 326.25º | 0.07% | 0.55% | - |
| HSV(B) | 326.25º | 0.11% | 0.58% | - |
| XYZ | 25.27 | 24.72 | 28.64 | - |
| YUV | 137.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 141 | 0 | 0.11 | 0.05 | 0.42 | 326.25 | 0.07 | 0.55 |
| Hex | 94 | 84 | 8D | 0 | B | 5 | 2A | 146 | 7 | 37 |
| Octal | 224 | 204 | 215 | 0 | 13 | 5 | 52 | 506 | 7 | 67 |
| Binary | 10010100 | 10000100 | 10001101 | 0 | 1011 | 101 | 101010 | 101000110 | 111 | 110111 |
Color Harmonies of #94848D
Complementary color
Monochromatic Colors of #94848D
Black with #94848D
Text Example
Text Example
White with #94848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94848D; }
p { color: rgb(148,132,141); }
H1.HeaderClassName
{
color: #94848D;
}
.AnyTagClassName
{
color: #94848D;
}
</style>
background-color css
<style>
a { background-color: #94848D; }
a { background-color: rgb(148,132,141); }
div.DivClassName
{
background-color: #94848D;
}
.BgClassName
{
background-color: #94848D;
}
</style>
border-color css
<style>
span { border-color: #94848D; }
span { border-color: rgb(148,132,141); }
td.TdClassName
{
border-color: #94848D;
}
.TagClassName
{
border-color: #94848D;
}
</style>