Shades of Mountbatten Pink #94808D
Tints of Mountbatten Pink #94808D
RGB
CMYK
RGB Variations
Color information
#94808D (or 0x94808D) is known color: Mountbatten Pink. HEX triplet: 94, 80 and 8D. RGB value is (148,128,141). Sum of RGB (Red+Green+Blue) = 148+128+141=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94808D is #6B7F72. Grayscale: #878787. Windows color (decimal): -7044979 or 9273492. OLE color: 9273492.
HSL color Cylindrical-coordinate representation of color #94808D: hue angle of 321º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94808D is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 141 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.42 |
| HSL | 321º | 0.09% | 0.54% | - |
| HSV(B) | 321º | 0.14% | 0.58% | - |
| XYZ | 24.74 | 23.66 | 28.46 | - |
| YUV | 135.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 141 | 0 | 0.14 | 0.05 | 0.42 | 321 | 0.09 | 0.54 |
| Hex | 94 | 80 | 8D | 0 | E | 5 | 2A | 141 | 9 | 36 |
| Octal | 224 | 200 | 215 | 0 | 16 | 5 | 52 | 501 | 11 | 66 |
| Binary | 10010100 | 10000000 | 10001101 | 0 | 1110 | 101 | 101010 | 101000001 | 1001 | 110110 |
Color Harmonies of #94808D
Complementary color
Monochromatic Colors of #94808D
Black with #94808D
Text Example
Text Example
White with #94808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94808D; }
p { color: rgb(148,128,141); }
H1.HeaderClassName
{
color: #94808D;
}
.AnyTagClassName
{
color: #94808D;
}
</style>
background-color css
<style>
a { background-color: #94808D; }
a { background-color: rgb(148,128,141); }
div.DivClassName
{
background-color: #94808D;
}
.BgClassName
{
background-color: #94808D;
}
</style>
border-color css
<style>
span { border-color: #94808D; }
span { border-color: rgb(148,128,141); }
td.TdClassName
{
border-color: #94808D;
}
.TagClassName
{
border-color: #94808D;
}
</style>