Shades of Mountbatten Pink #998491
Tints of Mountbatten Pink #998491
RGB
CMYK
RGB Variations
Color information
#998491 (or 0x998491) is known color: Mountbatten Pink. HEX triplet: 99, 84 and 91. RGB value is (153,132,145). Sum of RGB (Red+Green+Blue) = 153+132+145=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998491 is #667B6E. Grayscale: #8B8B8B. Windows color (decimal): -6716271 or 9536665. OLE color: 9536665.
HSL color Cylindrical-coordinate representation of color #998491: hue angle of 322.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998491 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 145 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.4 |
| HSL | 322.86º | 0.09% | 0.56% | - |
| HSV(B) | 322.86º | 0.14% | 0.6% | - |
| XYZ | 26.5 | 25.32 | 30.28 | - |
| YUV | 139.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 145 | 0 | 0.14 | 0.05 | 0.4 | 322.86 | 0.09 | 0.56 |
| Hex | 99 | 84 | 91 | 0 | E | 5 | 28 | 143 | 9 | 38 |
| Octal | 231 | 204 | 221 | 0 | 16 | 5 | 50 | 503 | 11 | 70 |
| Binary | 10011001 | 10000100 | 10010001 | 0 | 1110 | 101 | 101000 | 101000011 | 1001 | 111000 |
Color Harmonies of #998491
Complementary color
Monochromatic Colors of #998491
Black with #998491
Text Example
Text Example
White with #998491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998491; }
p { color: rgb(153,132,145); }
H1.HeaderClassName
{
color: #998491;
}
.AnyTagClassName
{
color: #998491;
}
</style>
background-color css
<style>
a { background-color: #998491; }
a { background-color: rgb(153,132,145); }
div.DivClassName
{
background-color: #998491;
}
.BgClassName
{
background-color: #998491;
}
</style>
border-color css
<style>
span { border-color: #998491; }
span { border-color: rgb(153,132,145); }
td.TdClassName
{
border-color: #998491;
}
.TagClassName
{
border-color: #998491;
}
</style>