Shades of Mountbatten Pink #997488
Tints of Mountbatten Pink #997488
RGB
CMYK
RGB Variations
Color information
#997488 (or 0x997488) is known color: Mountbatten Pink. HEX triplet: 99, 74 and 88. RGB value is (153,116,136). Sum of RGB (Red+Green+Blue) = 153+116+136=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997488 is #668B77. Grayscale: #818181. Windows color (decimal): -6720376 or 8942745. OLE color: 8942745.
HSL color Cylindrical-coordinate representation of color #997488: hue angle of 327.57º 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 #997488 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 136 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.4 |
| HSL | 327.57º | 0.15% | 0.53% | - |
| HSV(B) | 327.57º | 0.24% | 0.6% | - |
| XYZ | 23.83 | 21.04 | 26.1 | - |
| YUV | 129.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 136 | 0 | 0.24 | 0.11 | 0.4 | 327.57 | 0.15 | 0.53 |
| Hex | 99 | 74 | 88 | 0 | 18 | B | 28 | 148 | F | 35 |
| Octal | 231 | 164 | 210 | 0 | 30 | 13 | 50 | 510 | 17 | 65 |
| Binary | 10011001 | 1110100 | 10001000 | 0 | 11000 | 1011 | 101000 | 101001000 | 1111 | 110101 |
Color Harmonies of #997488
Complementary color
Monochromatic Colors of #997488
Black with #997488
Text Example
Text Example
White with #997488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997488; }
p { color: rgb(153,116,136); }
H1.HeaderClassName
{
color: #997488;
}
.AnyTagClassName
{
color: #997488;
}
</style>
background-color css
<style>
a { background-color: #997488; }
a { background-color: rgb(153,116,136); }
div.DivClassName
{
background-color: #997488;
}
.BgClassName
{
background-color: #997488;
}
</style>
border-color css
<style>
span { border-color: #997488; }
span { border-color: rgb(153,116,136); }
td.TdClassName
{
border-color: #997488;
}
.TagClassName
{
border-color: #997488;
}
</style>