Shades of Mountbatten Pink #998493
Tints of Mountbatten Pink #998493
RGB
CMYK
RGB Variations
Color information
#998493 (or 0x998493) is known color: Mountbatten Pink. HEX triplet: 99, 84 and 93. RGB value is (153,132,147). Sum of RGB (Red+Green+Blue) = 153+132+147=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998493 is #667B6C. Grayscale: #8B8B8B. Windows color (decimal): -6716269 or 9667737. OLE color: 9667737.
HSL color Cylindrical-coordinate representation of color #998493: hue angle of 317.14º 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 #998493 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 147 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.4 |
| HSL | 317.14º | 0.09% | 0.56% | - |
| HSV(B) | 317.14º | 0.14% | 0.6% | - |
| XYZ | 26.65 | 25.38 | 31.1 | - |
| YUV | 139.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 147 | 0 | 0.14 | 0.04 | 0.4 | 317.14 | 0.09 | 0.56 |
| Hex | 99 | 84 | 93 | 0 | E | 4 | 28 | 13D | 9 | 38 |
| Octal | 231 | 204 | 223 | 0 | 16 | 4 | 50 | 475 | 11 | 70 |
| Binary | 10011001 | 10000100 | 10010011 | 0 | 1110 | 100 | 101000 | 100111101 | 1001 | 111000 |
Color Harmonies of #998493
Complementary color
Monochromatic Colors of #998493
Black with #998493
Text Example
Text Example
White with #998493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998493; }
p { color: rgb(153,132,147); }
H1.HeaderClassName
{
color: #998493;
}
.AnyTagClassName
{
color: #998493;
}
</style>
background-color css
<style>
a { background-color: #998493; }
a { background-color: rgb(153,132,147); }
div.DivClassName
{
background-color: #998493;
}
.BgClassName
{
background-color: #998493;
}
</style>
border-color css
<style>
span { border-color: #998493; }
span { border-color: rgb(153,132,147); }
td.TdClassName
{
border-color: #998493;
}
.TagClassName
{
border-color: #998493;
}
</style>