Shades of Mountbatten Pink #94808E
Tints of Mountbatten Pink #94808E
RGB
CMYK
RGB Variations
Color information
#94808E (or 0x94808E) is known color: Mountbatten Pink. HEX triplet: 94, 80 and 8E. RGB value is (148,128,142). Sum of RGB (Red+Green+Blue) = 148+128+142=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94808E is #6B7F71. Grayscale: #878787. Windows color (decimal): -7044978 or 9339028. OLE color: 9339028.
HSL color Cylindrical-coordinate representation of color #94808E: hue angle of 318º 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 #94808E is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 142 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.42 |
| HSL | 318º | 0.09% | 0.54% | - |
| HSV(B) | 318º | 0.14% | 0.58% | - |
| XYZ | 24.81 | 23.69 | 28.86 | - |
| YUV | 135.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 142 | 0 | 0.14 | 0.04 | 0.42 | 318 | 0.09 | 0.54 |
| Hex | 94 | 80 | 8E | 0 | E | 4 | 2A | 13E | 9 | 36 |
| Octal | 224 | 200 | 216 | 0 | 16 | 4 | 52 | 476 | 11 | 66 |
| Binary | 10010100 | 10000000 | 10001110 | 0 | 1110 | 100 | 101010 | 100111110 | 1001 | 110110 |
Color Harmonies of #94808E
Complementary color
Monochromatic Colors of #94808E
Black with #94808E
Text Example
Text Example
White with #94808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94808E; }
p { color: rgb(148,128,142); }
H1.HeaderClassName
{
color: #94808E;
}
.AnyTagClassName
{
color: #94808E;
}
</style>
background-color css
<style>
a { background-color: #94808E; }
a { background-color: rgb(148,128,142); }
div.DivClassName
{
background-color: #94808E;
}
.BgClassName
{
background-color: #94808E;
}
</style>
border-color css
<style>
span { border-color: #94808E; }
span { border-color: rgb(148,128,142); }
td.TdClassName
{
border-color: #94808E;
}
.TagClassName
{
border-color: #94808E;
}
</style>