Shades of Mountbatten Pink #997392
Tints of Mountbatten Pink #997392
RGB
CMYK
RGB Variations
Color information
#997392 (or 0x997392) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 92. RGB value is (153,115,146). Sum of RGB (Red+Green+Blue) = 153+115+146=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997392 is #668C6D. Grayscale: #818181. Windows color (decimal): -6720622 or 9597849. OLE color: 9597849.
HSL color Cylindrical-coordinate representation of color #997392: hue angle of 311.05º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997392 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 146 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.4 |
| HSL | 311.05º | 0.16% | 0.53% | - |
| HSV(B) | 311.05º | 0.25% | 0.6% | - |
| XYZ | 24.46 | 21.11 | 29.98 | - |
| YUV | 129.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 146 | 0 | 0.25 | 0.05 | 0.4 | 311.05 | 0.16 | 0.53 |
| Hex | 99 | 73 | 92 | 0 | 19 | 5 | 28 | 137 | 10 | 35 |
| Octal | 231 | 163 | 222 | 0 | 31 | 5 | 50 | 467 | 20 | 65 |
| Binary | 10011001 | 1110011 | 10010010 | 0 | 11001 | 101 | 101000 | 100110111 | 10000 | 110101 |
Color Harmonies of #997392
Complementary color
Monochromatic Colors of #997392
Black with #997392
Text Example
Text Example
White with #997392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997392; }
p { color: rgb(153,115,146); }
H1.HeaderClassName
{
color: #997392;
}
.AnyTagClassName
{
color: #997392;
}
</style>
background-color css
<style>
a { background-color: #997392; }
a { background-color: rgb(153,115,146); }
div.DivClassName
{
background-color: #997392;
}
.BgClassName
{
background-color: #997392;
}
</style>
border-color css
<style>
span { border-color: #997392; }
span { border-color: rgb(153,115,146); }
td.TdClassName
{
border-color: #997392;
}
.TagClassName
{
border-color: #997392;
}
</style>