Shades of Mountbatten Pink #987893
Tints of Mountbatten Pink #987893
RGB
CMYK
RGB Variations
Color information
#987893 (or 0x987893) is known color: Mountbatten Pink. HEX triplet: 98, 78 and 93. RGB value is (152,120,147). Sum of RGB (Red+Green+Blue) = 152+120+147=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #987893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987893 is #67876C. Grayscale: #848484. Windows color (decimal): -6784877 or 9664664. OLE color: 9664664.
HSL color Cylindrical-coordinate representation of color #987893: hue angle of 309.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987893 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 147 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.40 |
| HSL | 309.38º | 0.13% | 0.53% | - |
| HSV(B) | 309.38º | 0.21% | 0.6% | - |
| XYZ | 24.93 | 22.21 | 30.58 | - |
| YUV | 132.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 147 | 0 | 0.21 | 0.03 | 0.40 | 309.38 | 0.13 | 0.53 |
| Hex | 98 | 78 | 93 | 0 | 15 | 3 | 28 | 135 | D | 35 |
| Octal | 230 | 170 | 223 | 0 | 25 | 3 | 50 | 465 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10010011 | 0 | 10101 | 11 | 101000 | 100110101 | 1101 | 110101 |
Color Harmonies of #987893
Complementary color
Monochromatic Colors of #987893
Black with #987893
Text Example
Text Example
White with #987893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987893; }
p { color: rgb(152,120,147); }
H1.HeaderClassName
{
color: #987893;
}
.AnyTagClassName
{
color: #987893;
}
</style>
background-color css
<style>
a { background-color: #987893; }
a { background-color: rgb(152,120,147); }
div.DivClassName
{
background-color: #987893;
}
.BgClassName
{
background-color: #987893;
}
</style>
border-color css
<style>
span { border-color: #987893; }
span { border-color: rgb(152,120,147); }
td.TdClassName
{
border-color: #987893;
}
.TagClassName
{
border-color: #987893;
}
</style>