Shades of Mountbatten Pink #998990
Tints of Mountbatten Pink #998990
RGB
CMYK
RGB Variations
Color information
#998990 (or 0x998990) is known color: Mountbatten Pink. HEX triplet: 99, 89 and 90. RGB value is (153,137,144). Sum of RGB (Red+Green+Blue) = 153+137+144=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998990 is #66766F. Grayscale: #8E8E8E. Windows color (decimal): -6714992 or 9472409. OLE color: 9472409.
HSL color Cylindrical-coordinate representation of color #998990: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998990 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 144 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.4 |
| HSL | 333.75º | 0.07% | 0.57% | - |
| HSV(B) | 333.75º | 0.1% | 0.6% | - |
| XYZ | 27.12 | 26.68 | 30.11 | - |
| YUV | 142.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 144 | 0 | 0.10 | 0.06 | 0.4 | 333.75 | 0.07 | 0.57 |
| Hex | 99 | 89 | 90 | 0 | A | 6 | 28 | 14E | 7 | 39 |
| Octal | 231 | 211 | 220 | 0 | 12 | 6 | 50 | 516 | 7 | 71 |
| Binary | 10011001 | 10001001 | 10010000 | 0 | 1010 | 110 | 101000 | 101001110 | 111 | 111001 |
Color Harmonies of #998990
Complementary color
Monochromatic Colors of #998990
Black with #998990
Text Example
Text Example
White with #998990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998990; }
p { color: rgb(153,137,144); }
H1.HeaderClassName
{
color: #998990;
}
.AnyTagClassName
{
color: #998990;
}
</style>
background-color css
<style>
a { background-color: #998990; }
a { background-color: rgb(153,137,144); }
div.DivClassName
{
background-color: #998990;
}
.BgClassName
{
background-color: #998990;
}
</style>
border-color css
<style>
span { border-color: #998990; }
span { border-color: rgb(153,137,144); }
td.TdClassName
{
border-color: #998990;
}
.TagClassName
{
border-color: #998990;
}
</style>