Shades of Mountbatten Pink #98748B
Tints of Mountbatten Pink #98748B
RGB
CMYK
RGB Variations
Color information
#98748B (or 0x98748B) is known color: Mountbatten Pink. HEX triplet: 98, 74 and 8B. RGB value is (152,116,139). Sum of RGB (Red+Green+Blue) = 152+116+139=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98748B is #678B74. Grayscale: #818181. Windows color (decimal): -6785909 or 9139352. OLE color: 9139352.
HSL color Cylindrical-coordinate representation of color #98748B: hue angle of 321.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98748B is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 139 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.40 |
| HSL | 321.67º | 0.15% | 0.53% | - |
| HSV(B) | 321.67º | 0.24% | 0.6% | - |
| XYZ | 23.85 | 21.03 | 27.23 | - |
| YUV | 129.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 139 | 0 | 0.24 | 0.09 | 0.40 | 321.67 | 0.15 | 0.53 |
| Hex | 98 | 74 | 8B | 0 | 18 | 9 | 28 | 142 | F | 35 |
| Octal | 230 | 164 | 213 | 0 | 30 | 11 | 50 | 502 | 17 | 65 |
| Binary | 10011000 | 1110100 | 10001011 | 0 | 11000 | 1001 | 101000 | 101000010 | 1111 | 110101 |
Color Harmonies of #98748B
Complementary color
Monochromatic Colors of #98748B
Black with #98748B
Text Example
Text Example
White with #98748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98748B; }
p { color: rgb(152,116,139); }
H1.HeaderClassName
{
color: #98748B;
}
.AnyTagClassName
{
color: #98748B;
}
</style>
background-color css
<style>
a { background-color: #98748B; }
a { background-color: rgb(152,116,139); }
div.DivClassName
{
background-color: #98748B;
}
.BgClassName
{
background-color: #98748B;
}
</style>
border-color css
<style>
span { border-color: #98748B; }
span { border-color: rgb(152,116,139); }
td.TdClassName
{
border-color: #98748B;
}
.TagClassName
{
border-color: #98748B;
}
</style>