Shades of Mountbatten Pink #98698F
Tints of Mountbatten Pink #98698F
RGB
CMYK
RGB Variations
Color information
#98698F (or 0x98698F) is known color: Mountbatten Pink. HEX triplet: 98, 69 and 8F. RGB value is (152,105,143). Sum of RGB (Red+Green+Blue) = 152+105+143=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #98698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98698F is #679670. Grayscale: #7B7B7B. Windows color (decimal): -6788721 or 9398680. OLE color: 9398680.
HSL color Cylindrical-coordinate representation of color #98698F: hue angle of 311.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98698F is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 143 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.40 |
| HSL | 311.49º | 0.19% | 0.5% | - |
| HSV(B) | 311.49º | 0.31% | 0.6% | - |
| XYZ | 22.96 | 18.76 | 28.4 | - |
| YUV | 123.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 143 | 0 | 0.31 | 0.06 | 0.40 | 311.49 | 0.19 | 0.5 |
| Hex | 98 | 69 | 8F | 0 | 1F | 6 | 28 | 137 | 13 | 32 |
| Octal | 230 | 151 | 217 | 0 | 37 | 6 | 50 | 467 | 23 | 62 |
| Binary | 10011000 | 1101001 | 10001111 | 0 | 11111 | 110 | 101000 | 100110111 | 10011 | 110010 |
Color Harmonies of #98698F
Complementary color
Monochromatic Colors of #98698F
Black with #98698F
Text Example
Text Example
White with #98698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98698F; }
p { color: rgb(152,105,143); }
H1.HeaderClassName
{
color: #98698F;
}
.AnyTagClassName
{
color: #98698F;
}
</style>
background-color css
<style>
a { background-color: #98698F; }
a { background-color: rgb(152,105,143); }
div.DivClassName
{
background-color: #98698F;
}
.BgClassName
{
background-color: #98698F;
}
</style>
border-color css
<style>
span { border-color: #98698F; }
span { border-color: rgb(152,105,143); }
td.TdClassName
{
border-color: #98698F;
}
.TagClassName
{
border-color: #98698F;
}
</style>