Shades of Mountbatten Pink #98688D
Tints of Mountbatten Pink #98688D
RGB
CMYK
RGB Variations
Color information
#98688D (or 0x98688D) is known color: Mountbatten Pink. HEX triplet: 98, 68 and 8D. RGB value is (152,104,141). Sum of RGB (Red+Green+Blue) = 152+104+141=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98688D is #679772. Grayscale: #7A7A7A. Windows color (decimal): -6788979 or 9267352. OLE color: 9267352.
HSL color Cylindrical-coordinate representation of color #98688D: hue angle of 313.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98688D is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 141 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.40 |
| HSL | 313.75º | 0.19% | 0.5% | - |
| HSV(B) | 313.75º | 0.32% | 0.6% | - |
| XYZ | 22.71 | 18.5 | 27.57 | - |
| YUV | 122.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 141 | 0 | 0.32 | 0.07 | 0.40 | 313.75 | 0.19 | 0.5 |
| Hex | 98 | 68 | 8D | 0 | 20 | 7 | 28 | 13A | 13 | 32 |
| Octal | 230 | 150 | 215 | 0 | 40 | 7 | 50 | 472 | 23 | 62 |
| Binary | 10011000 | 1101000 | 10001101 | 0 | 100000 | 111 | 101000 | 100111010 | 10011 | 110010 |
Color Harmonies of #98688D
Complementary color
Monochromatic Colors of #98688D
Black with #98688D
Text Example
Text Example
White with #98688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98688D; }
p { color: rgb(152,104,141); }
H1.HeaderClassName
{
color: #98688D;
}
.AnyTagClassName
{
color: #98688D;
}
</style>
background-color css
<style>
a { background-color: #98688D; }
a { background-color: rgb(152,104,141); }
div.DivClassName
{
background-color: #98688D;
}
.BgClassName
{
background-color: #98688D;
}
</style>
border-color css
<style>
span { border-color: #98688D; }
span { border-color: rgb(152,104,141); }
td.TdClassName
{
border-color: #98688D;
}
.TagClassName
{
border-color: #98688D;
}
</style>