Shades of Mountbatten Pink #91708E
Tints of Mountbatten Pink #91708E
RGB
CMYK
RGB Variations
Color information
#91708E (or 0x91708E) is known color: Mountbatten Pink. HEX triplet: 91, 70 and 8E. RGB value is (145,112,142). Sum of RGB (Red+Green+Blue) = 145+112+142=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #91708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91708E is #6E8F71. Grayscale: #7D7D7D. Windows color (decimal): -7245682 or 9334929. OLE color: 9334929.
HSL color Cylindrical-coordinate representation of color #91708E: hue angle of 305.45º 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 #91708E is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 142 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.43 |
| HSL | 305.45º | 0.13% | 0.5% | - |
| HSV(B) | 305.45º | 0.23% | 0.57% | - |
| XYZ | 22.35 | 19.56 | 28.19 | - |
| YUV | 125.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 142 | 0 | 0.23 | 0.02 | 0.43 | 305.45 | 0.13 | 0.5 |
| Hex | 91 | 70 | 8E | 0 | 17 | 2 | 2B | 131 | D | 32 |
| Octal | 221 | 160 | 216 | 0 | 27 | 2 | 53 | 461 | 15 | 62 |
| Binary | 10010001 | 1110000 | 10001110 | 0 | 10111 | 10 | 101011 | 100110001 | 1101 | 110010 |
Color Harmonies of #91708E
Complementary color
Monochromatic Colors of #91708E
Black with #91708E
Text Example
Text Example
White with #91708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91708E; }
p { color: rgb(145,112,142); }
H1.HeaderClassName
{
color: #91708E;
}
.AnyTagClassName
{
color: #91708E;
}
</style>
background-color css
<style>
a { background-color: #91708E; }
a { background-color: rgb(145,112,142); }
div.DivClassName
{
background-color: #91708E;
}
.BgClassName
{
background-color: #91708E;
}
</style>
border-color css
<style>
span { border-color: #91708E; }
span { border-color: rgb(145,112,142); }
td.TdClassName
{
border-color: #91708E;
}
.TagClassName
{
border-color: #91708E;
}
</style>