Shades of Mountbatten Pink #997990
Tints of Mountbatten Pink #997990
RGB
CMYK
RGB Variations
Color information
#997990 (or 0x997990) is known color: Mountbatten Pink. HEX triplet: 99, 79 and 90. RGB value is (153,121,144). Sum of RGB (Red+Green+Blue) = 153+121+144=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #997990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997990 is #66866F. Grayscale: #858585. Windows color (decimal): -6719088 or 9468313. OLE color: 9468313.
HSL color Cylindrical-coordinate representation of color #997990: hue angle of 316.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997990 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 144 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.4 |
| HSL | 316.88º | 0.14% | 0.54% | - |
| HSV(B) | 316.88º | 0.21% | 0.6% | - |
| XYZ | 25.01 | 22.46 | 29.4 | - |
| YUV | 133.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 144 | 0 | 0.21 | 0.06 | 0.4 | 316.88 | 0.14 | 0.54 |
| Hex | 99 | 79 | 90 | 0 | 15 | 6 | 28 | 13D | E | 36 |
| Octal | 231 | 171 | 220 | 0 | 25 | 6 | 50 | 475 | 16 | 66 |
| Binary | 10011001 | 1111001 | 10010000 | 0 | 10101 | 110 | 101000 | 100111101 | 1110 | 110110 |
Color Harmonies of #997990
Complementary color
Monochromatic Colors of #997990
Black with #997990
Text Example
Text Example
White with #997990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997990; }
p { color: rgb(153,121,144); }
H1.HeaderClassName
{
color: #997990;
}
.AnyTagClassName
{
color: #997990;
}
</style>
background-color css
<style>
a { background-color: #997990; }
a { background-color: rgb(153,121,144); }
div.DivClassName
{
background-color: #997990;
}
.BgClassName
{
background-color: #997990;
}
</style>
border-color css
<style>
span { border-color: #997990; }
span { border-color: rgb(153,121,144); }
td.TdClassName
{
border-color: #997990;
}
.TagClassName
{
border-color: #997990;
}
</style>