Shades of Mountbatten Pink #987293
Tints of Mountbatten Pink #987293
RGB
CMYK
RGB Variations
Color information
#987293 (or 0x987293) is known color: Mountbatten Pink. HEX triplet: 98, 72 and 93. RGB value is (152,114,147). Sum of RGB (Red+Green+Blue) = 152+114+147=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #987293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987293 is #678D6C. Grayscale: #818181. Windows color (decimal): -6786413 or 9663128. OLE color: 9663128.
HSL color Cylindrical-coordinate representation of color #987293: hue angle of 307.89º 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 #987293 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 147 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.40 |
| HSL | 307.89º | 0.16% | 0.52% | - |
| HSV(B) | 307.89º | 0.25% | 0.6% | - |
| XYZ | 24.23 | 20.82 | 30.34 | - |
| YUV | 129.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 147 | 0 | 0.25 | 0.03 | 0.40 | 307.89 | 0.16 | 0.52 |
| Hex | 98 | 72 | 93 | 0 | 19 | 3 | 28 | 134 | 10 | 34 |
| Octal | 230 | 162 | 223 | 0 | 31 | 3 | 50 | 464 | 20 | 64 |
| Binary | 10011000 | 1110010 | 10010011 | 0 | 11001 | 11 | 101000 | 100110100 | 10000 | 110100 |
Color Harmonies of #987293
Complementary color
Monochromatic Colors of #987293
Black with #987293
Text Example
Text Example
White with #987293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987293; }
p { color: rgb(152,114,147); }
H1.HeaderClassName
{
color: #987293;
}
.AnyTagClassName
{
color: #987293;
}
</style>
background-color css
<style>
a { background-color: #987293; }
a { background-color: rgb(152,114,147); }
div.DivClassName
{
background-color: #987293;
}
.BgClassName
{
background-color: #987293;
}
</style>
border-color css
<style>
span { border-color: #987293; }
span { border-color: rgb(152,114,147); }
td.TdClassName
{
border-color: #987293;
}
.TagClassName
{
border-color: #987293;
}
</style>