Shades of Mountbatten Pink #94808C
Tints of Mountbatten Pink #94808C
RGB
CMYK
RGB Variations
Color information
#94808C (or 0x94808C) is known color: Mountbatten Pink. HEX triplet: 94, 80 and 8C. RGB value is (148,128,140). Sum of RGB (Red+Green+Blue) = 148+128+140=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #94808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94808C is #6B7F73. Grayscale: #878787. Windows color (decimal): -7044980 or 9207956. OLE color: 9207956.
HSL color Cylindrical-coordinate representation of color #94808C: hue angle of 324º 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 #94808C is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 140 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.42 |
| HSL | 324º | 0.09% | 0.54% | - |
| HSV(B) | 324º | 0.14% | 0.58% | - |
| XYZ | 24.67 | 23.63 | 28.07 | - |
| YUV | 135.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 140 | 0 | 0.14 | 0.05 | 0.42 | 324 | 0.09 | 0.54 |
| Hex | 94 | 80 | 8C | 0 | E | 5 | 2A | 144 | 9 | 36 |
| Octal | 224 | 200 | 214 | 0 | 16 | 5 | 52 | 504 | 11 | 66 |
| Binary | 10010100 | 10000000 | 10001100 | 0 | 1110 | 101 | 101010 | 101000100 | 1001 | 110110 |
Color Harmonies of #94808C
Complementary color
Monochromatic Colors of #94808C
Black with #94808C
Text Example
Text Example
White with #94808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94808C; }
p { color: rgb(148,128,140); }
H1.HeaderClassName
{
color: #94808C;
}
.AnyTagClassName
{
color: #94808C;
}
</style>
background-color css
<style>
a { background-color: #94808C; }
a { background-color: rgb(148,128,140); }
div.DivClassName
{
background-color: #94808C;
}
.BgClassName
{
background-color: #94808C;
}
</style>
border-color css
<style>
span { border-color: #94808C; }
span { border-color: rgb(148,128,140); }
td.TdClassName
{
border-color: #94808C;
}
.TagClassName
{
border-color: #94808C;
}
</style>