Shades of Mountbatten Pink #998291
Tints of Mountbatten Pink #998291
RGB
CMYK
RGB Variations
Color information
#998291 (or 0x998291) is known color: Mountbatten Pink. HEX triplet: 99, 82 and 91. RGB value is (153,130,145). Sum of RGB (Red+Green+Blue) = 153+130+145=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #998291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998291 is #667D6E. Grayscale: #8A8A8A. Windows color (decimal): -6716783 or 9536153. OLE color: 9536153.
HSL color Cylindrical-coordinate representation of color #998291: hue angle of 320.87º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998291 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 145 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.4 |
| HSL | 320.87º | 0.1% | 0.55% | - |
| HSV(B) | 320.87º | 0.15% | 0.6% | - |
| XYZ | 26.23 | 24.78 | 30.19 | - |
| YUV | 138.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 145 | 0 | 0.15 | 0.05 | 0.4 | 320.87 | 0.1 | 0.55 |
| Hex | 99 | 82 | 91 | 0 | F | 5 | 28 | 141 | A | 37 |
| Octal | 231 | 202 | 221 | 0 | 17 | 5 | 50 | 501 | 12 | 67 |
| Binary | 10011001 | 10000010 | 10010001 | 0 | 1111 | 101 | 101000 | 101000001 | 1010 | 110111 |
Color Harmonies of #998291
Complementary color
Monochromatic Colors of #998291
Black with #998291
Text Example
Text Example
White with #998291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998291; }
p { color: rgb(153,130,145); }
H1.HeaderClassName
{
color: #998291;
}
.AnyTagClassName
{
color: #998291;
}
</style>
background-color css
<style>
a { background-color: #998291; }
a { background-color: rgb(153,130,145); }
div.DivClassName
{
background-color: #998291;
}
.BgClassName
{
background-color: #998291;
}
</style>
border-color css
<style>
span { border-color: #998291; }
span { border-color: rgb(153,130,145); }
td.TdClassName
{
border-color: #998291;
}
.TagClassName
{
border-color: #998291;
}
</style>