Shades of Mountbatten Pink #94748B
Tints of Mountbatten Pink #94748B
RGB
CMYK
RGB Variations
Color information
#94748B (or 0x94748B) is known color: Mountbatten Pink. HEX triplet: 94, 74 and 8B. RGB value is (148,116,139). Sum of RGB (Red+Green+Blue) = 148+116+139=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94748B is #6B8B74. Grayscale: #808080. Windows color (decimal): -7048053 or 9139348. OLE color: 9139348.
HSL color Cylindrical-coordinate representation of color #94748B: hue angle of 316.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94748B is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 139 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.42 |
| HSL | 316.88º | 0.13% | 0.52% | - |
| HSV(B) | 316.88º | 0.22% | 0.58% | - |
| XYZ | 23.12 | 20.65 | 27.19 | - |
| YUV | 128.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 139 | 0 | 0.22 | 0.06 | 0.42 | 316.88 | 0.13 | 0.52 |
| Hex | 94 | 74 | 8B | 0 | 16 | 6 | 2A | 13D | D | 34 |
| Octal | 224 | 164 | 213 | 0 | 26 | 6 | 52 | 475 | 15 | 64 |
| Binary | 10010100 | 1110100 | 10001011 | 0 | 10110 | 110 | 101010 | 100111101 | 1101 | 110100 |
Color Harmonies of #94748B
Complementary color
Monochromatic Colors of #94748B
Black with #94748B
Text Example
Text Example
White with #94748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94748B; }
p { color: rgb(148,116,139); }
H1.HeaderClassName
{
color: #94748B;
}
.AnyTagClassName
{
color: #94748B;
}
</style>
background-color css
<style>
a { background-color: #94748B; }
a { background-color: rgb(148,116,139); }
div.DivClassName
{
background-color: #94748B;
}
.BgClassName
{
background-color: #94748B;
}
</style>
border-color css
<style>
span { border-color: #94748B; }
span { border-color: rgb(148,116,139); }
td.TdClassName
{
border-color: #94748B;
}
.TagClassName
{
border-color: #94748B;
}
</style>