Shades of Mountbatten Pink #98668E
Tints of Mountbatten Pink #98668E
RGB
CMYK
RGB Variations
Color information
#98668E (or 0x98668E) is known color: Mountbatten Pink. HEX triplet: 98, 66 and 8E. RGB value is (152,102,142). Sum of RGB (Red+Green+Blue) = 152+102+142=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98668E is #679971. Grayscale: #797979. Windows color (decimal): -6789490 or 9332376. OLE color: 9332376.
HSL color Cylindrical-coordinate representation of color #98668E: hue angle of 312º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98668E is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 142 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.40 |
| HSL | 312º | 0.2% | 0.5% | - |
| HSV(B) | 312º | 0.33% | 0.6% | - |
| XYZ | 22.58 | 18.13 | 27.9 | - |
| YUV | 121.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 142 | 0 | 0.33 | 0.07 | 0.40 | 312 | 0.2 | 0.5 |
| Hex | 98 | 66 | 8E | 0 | 21 | 7 | 28 | 138 | 14 | 32 |
| Octal | 230 | 146 | 216 | 0 | 41 | 7 | 50 | 470 | 24 | 62 |
| Binary | 10011000 | 1100110 | 10001110 | 0 | 100001 | 111 | 101000 | 100111000 | 10100 | 110010 |
Color Harmonies of #98668E
Complementary color
Monochromatic Colors of #98668E
Black with #98668E
Text Example
Text Example
White with #98668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98668E; }
p { color: rgb(152,102,142); }
H1.HeaderClassName
{
color: #98668E;
}
.AnyTagClassName
{
color: #98668E;
}
</style>
background-color css
<style>
a { background-color: #98668E; }
a { background-color: rgb(152,102,142); }
div.DivClassName
{
background-color: #98668E;
}
.BgClassName
{
background-color: #98668E;
}
</style>
border-color css
<style>
span { border-color: #98668E; }
span { border-color: rgb(152,102,142); }
td.TdClassName
{
border-color: #98668E;
}
.TagClassName
{
border-color: #98668E;
}
</style>