Shades of Mountbatten Pink #997293
Tints of Mountbatten Pink #997293
RGB
CMYK
RGB Variations
Color information
#997293 (or 0x997293) is known color: Mountbatten Pink. HEX triplet: 99, 72 and 93. RGB value is (153,114,147). Sum of RGB (Red+Green+Blue) = 153+114+147=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997293 is #668D6C. Grayscale: #818181. Windows color (decimal): -6720877 or 9663129. OLE color: 9663129.
HSL color Cylindrical-coordinate representation of color #997293: hue angle of 309.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997293 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 147 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.4 |
| HSL | 309.23º | 0.16% | 0.52% | - |
| HSV(B) | 309.23º | 0.25% | 0.6% | - |
| XYZ | 24.42 | 20.91 | 30.35 | - |
| YUV | 129.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 147 | 0 | 0.25 | 0.04 | 0.4 | 309.23 | 0.16 | 0.52 |
| Hex | 99 | 72 | 93 | 0 | 19 | 4 | 28 | 135 | 10 | 34 |
| Octal | 231 | 162 | 223 | 0 | 31 | 4 | 50 | 465 | 20 | 64 |
| Binary | 10011001 | 1110010 | 10010011 | 0 | 11001 | 100 | 101000 | 100110101 | 10000 | 110100 |
Color Harmonies of #997293
Complementary color
Monochromatic Colors of #997293
Black with #997293
Text Example
Text Example
White with #997293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997293; }
p { color: rgb(153,114,147); }
H1.HeaderClassName
{
color: #997293;
}
.AnyTagClassName
{
color: #997293;
}
</style>
background-color css
<style>
a { background-color: #997293; }
a { background-color: rgb(153,114,147); }
div.DivClassName
{
background-color: #997293;
}
.BgClassName
{
background-color: #997293;
}
</style>
border-color css
<style>
span { border-color: #997293; }
span { border-color: rgb(153,114,147); }
td.TdClassName
{
border-color: #997293;
}
.TagClassName
{
border-color: #997293;
}
</style>