Shades of Mountbatten Pink #94828E
Tints of Mountbatten Pink #94828E
RGB
CMYK
RGB Variations
Color information
#94828E (or 0x94828E) is known color: Mountbatten Pink. HEX triplet: 94, 82 and 8E. RGB value is (148,130,142). Sum of RGB (Red+Green+Blue) = 148+130+142=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #94828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94828E is #6B7D71. Grayscale: #888888. Windows color (decimal): -7044466 or 9339540. OLE color: 9339540.
HSL color Cylindrical-coordinate representation of color #94828E: hue angle of 320º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94828E is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 142 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.42 |
| HSL | 320º | 0.08% | 0.55% | - |
| HSV(B) | 320º | 0.12% | 0.58% | - |
| XYZ | 25.08 | 24.21 | 28.94 | - |
| YUV | 136.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 142 | 0 | 0.12 | 0.04 | 0.42 | 320 | 0.08 | 0.55 |
| Hex | 94 | 82 | 8E | 0 | C | 4 | 2A | 140 | 8 | 37 |
| Octal | 224 | 202 | 216 | 0 | 14 | 4 | 52 | 500 | 10 | 67 |
| Binary | 10010100 | 10000010 | 10001110 | 0 | 1100 | 100 | 101010 | 101000000 | 1000 | 110111 |
Color Harmonies of #94828E
Complementary color
Monochromatic Colors of #94828E
Black with #94828E
Text Example
Text Example
White with #94828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94828E; }
p { color: rgb(148,130,142); }
H1.HeaderClassName
{
color: #94828E;
}
.AnyTagClassName
{
color: #94828E;
}
</style>
background-color css
<style>
a { background-color: #94828E; }
a { background-color: rgb(148,130,142); }
div.DivClassName
{
background-color: #94828E;
}
.BgClassName
{
background-color: #94828E;
}
</style>
border-color css
<style>
span { border-color: #94828E; }
span { border-color: rgb(148,130,142); }
td.TdClassName
{
border-color: #94828E;
}
.TagClassName
{
border-color: #94828E;
}
</style>