Shades of Mountbatten Pink #94838B
Tints of Mountbatten Pink #94838B
RGB
CMYK
RGB Variations
Color information
#94838B (or 0x94838B) is known color: Mountbatten Pink. HEX triplet: 94, 83 and 8B. RGB value is (148,131,139). Sum of RGB (Red+Green+Blue) = 148+131+139=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94838B is #6B7C74. Grayscale: #888888. Windows color (decimal): -7044213 or 9143188. OLE color: 9143188.
HSL color Cylindrical-coordinate representation of color #94838B: hue angle of 331.76º 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 #94838B is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 131 | 139 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.42 |
| HSL | 331.76º | 0.07% | 0.55% | - |
| HSV(B) | 331.76º | 0.11% | 0.58% | - |
| XYZ | 24.99 | 24.39 | 27.82 | - |
| YUV | 137 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 139 | 0 | 0.11 | 0.06 | 0.42 | 331.76 | 0.07 | 0.55 |
| Hex | 94 | 83 | 8B | 0 | B | 6 | 2A | 14C | 7 | 37 |
| Octal | 224 | 203 | 213 | 0 | 13 | 6 | 52 | 514 | 7 | 67 |
| Binary | 10010100 | 10000011 | 10001011 | 0 | 1011 | 110 | 101010 | 101001100 | 111 | 110111 |
Color Harmonies of #94838B
Complementary color
Monochromatic Colors of #94838B
Black with #94838B
Text Example
Text Example
White with #94838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94838B; }
p { color: rgb(148,131,139); }
H1.HeaderClassName
{
color: #94838B;
}
.AnyTagClassName
{
color: #94838B;
}
</style>
background-color css
<style>
a { background-color: #94838B; }
a { background-color: rgb(148,131,139); }
div.DivClassName
{
background-color: #94838B;
}
.BgClassName
{
background-color: #94838B;
}
</style>
border-color css
<style>
span { border-color: #94838B; }
span { border-color: rgb(148,131,139); }
td.TdClassName
{
border-color: #94838B;
}
.TagClassName
{
border-color: #94838B;
}
</style>