Shades of Mountbatten Pink #91708D
Tints of Mountbatten Pink #91708D
RGB
CMYK
RGB Variations
Color information
#91708D (or 0x91708D) is known color: Mountbatten Pink. HEX triplet: 91, 70 and 8D. RGB value is (145,112,141). Sum of RGB (Red+Green+Blue) = 145+112+141=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #91708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91708D is #6E8F72. Grayscale: #7D7D7D. Windows color (decimal): -7245683 or 9269393. OLE color: 9269393.
HSL color Cylindrical-coordinate representation of color #91708D: hue angle of 307.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91708D is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 141 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.43 |
| HSL | 307.27º | 0.13% | 0.5% | - |
| HSV(B) | 307.27º | 0.23% | 0.57% | - |
| XYZ | 22.28 | 19.53 | 27.79 | - |
| YUV | 125.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 141 | 0 | 0.23 | 0.03 | 0.43 | 307.27 | 0.13 | 0.5 |
| Hex | 91 | 70 | 8D | 0 | 17 | 3 | 2B | 133 | D | 32 |
| Octal | 221 | 160 | 215 | 0 | 27 | 3 | 53 | 463 | 15 | 62 |
| Binary | 10010001 | 1110000 | 10001101 | 0 | 10111 | 11 | 101011 | 100110011 | 1101 | 110010 |
Color Harmonies of #91708D
Complementary color
Monochromatic Colors of #91708D
Black with #91708D
Text Example
Text Example
White with #91708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91708D; }
p { color: rgb(145,112,141); }
H1.HeaderClassName
{
color: #91708D;
}
.AnyTagClassName
{
color: #91708D;
}
</style>
background-color css
<style>
a { background-color: #91708D; }
a { background-color: rgb(145,112,141); }
div.DivClassName
{
background-color: #91708D;
}
.BgClassName
{
background-color: #91708D;
}
</style>
border-color css
<style>
span { border-color: #91708D; }
span { border-color: rgb(145,112,141); }
td.TdClassName
{
border-color: #91708D;
}
.TagClassName
{
border-color: #91708D;
}
</style>