Shades of Mountbatten Pink #997388
Tints of Mountbatten Pink #997388
RGB
CMYK
RGB Variations
Color information
#997388 (or 0x997388) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 88. RGB value is (153,115,136). Sum of RGB (Red+Green+Blue) = 153+115+136=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #997388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997388 is #668C77. Grayscale: #808080. Windows color (decimal): -6720632 or 8942489. OLE color: 8942489.
HSL color Cylindrical-coordinate representation of color #997388: hue angle of 326.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997388 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 136 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.4 |
| HSL | 326.84º | 0.16% | 0.53% | - |
| HSV(B) | 326.84º | 0.25% | 0.6% | - |
| XYZ | 23.71 | 20.81 | 26.06 | - |
| YUV | 128.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 136 | 0 | 0.25 | 0.11 | 0.4 | 326.84 | 0.16 | 0.53 |
| Hex | 99 | 73 | 88 | 0 | 19 | B | 28 | 147 | 10 | 35 |
| Octal | 231 | 163 | 210 | 0 | 31 | 13 | 50 | 507 | 20 | 65 |
| Binary | 10011001 | 1110011 | 10001000 | 0 | 11001 | 1011 | 101000 | 101000111 | 10000 | 110101 |
Color Harmonies of #997388
Complementary color
Monochromatic Colors of #997388
Black with #997388
Text Example
Text Example
White with #997388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997388; }
p { color: rgb(153,115,136); }
H1.HeaderClassName
{
color: #997388;
}
.AnyTagClassName
{
color: #997388;
}
</style>
background-color css
<style>
a { background-color: #997388; }
a { background-color: rgb(153,115,136); }
div.DivClassName
{
background-color: #997388;
}
.BgClassName
{
background-color: #997388;
}
</style>
border-color css
<style>
span { border-color: #997388; }
span { border-color: rgb(153,115,136); }
td.TdClassName
{
border-color: #997388;
}
.TagClassName
{
border-color: #997388;
}
</style>