Shades of Mountbatten Pink #94758B
Tints of Mountbatten Pink #94758B
RGB
CMYK
RGB Variations
Color information
#94758B (or 0x94758B) is known color: Mountbatten Pink. HEX triplet: 94, 75 and 8B. RGB value is (148,117,139). Sum of RGB (Red+Green+Blue) = 148+117+139=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #94758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94758B is #6B8A74. Grayscale: #808080. Windows color (decimal): -7047797 or 9139604. OLE color: 9139604.
HSL color Cylindrical-coordinate representation of color #94758B: hue angle of 317.42º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94758B is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 139 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.42 |
| HSL | 317.42º | 0.13% | 0.52% | - |
| HSV(B) | 317.42º | 0.21% | 0.58% | - |
| XYZ | 23.23 | 20.88 | 27.23 | - |
| YUV | 128.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 139 | 0 | 0.21 | 0.06 | 0.42 | 317.42 | 0.13 | 0.52 |
| Hex | 94 | 75 | 8B | 0 | 15 | 6 | 2A | 13D | D | 34 |
| Octal | 224 | 165 | 213 | 0 | 25 | 6 | 52 | 475 | 15 | 64 |
| Binary | 10010100 | 1110101 | 10001011 | 0 | 10101 | 110 | 101010 | 100111101 | 1101 | 110100 |
Color Harmonies of #94758B
Complementary color
Monochromatic Colors of #94758B
Black with #94758B
Text Example
Text Example
White with #94758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94758B; }
p { color: rgb(148,117,139); }
H1.HeaderClassName
{
color: #94758B;
}
.AnyTagClassName
{
color: #94758B;
}
</style>
background-color css
<style>
a { background-color: #94758B; }
a { background-color: rgb(148,117,139); }
div.DivClassName
{
background-color: #94758B;
}
.BgClassName
{
background-color: #94758B;
}
</style>
border-color css
<style>
span { border-color: #94758B; }
span { border-color: rgb(148,117,139); }
td.TdClassName
{
border-color: #94758B;
}
.TagClassName
{
border-color: #94758B;
}
</style>