Shades of Mountbatten Pink #91708B
Tints of Mountbatten Pink #91708B
RGB
CMYK
RGB Variations
Color information
#91708B (or 0x91708B) is known color: Mountbatten Pink. HEX triplet: 91, 70 and 8B. RGB value is (145,112,139). Sum of RGB (Red+Green+Blue) = 145+112+139=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #91708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91708B is #6E8F74. Grayscale: #7C7C7C. Windows color (decimal): -7245685 or 9138321. OLE color: 9138321.
HSL color Cylindrical-coordinate representation of color #91708B: hue angle of 310.91º 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 #91708B is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 139 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.43 |
| HSL | 310.91º | 0.13% | 0.5% | - |
| HSV(B) | 310.91º | 0.23% | 0.57% | - |
| XYZ | 22.13 | 19.47 | 27.02 | - |
| YUV | 124.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 139 | 0 | 0.23 | 0.04 | 0.43 | 310.91 | 0.13 | 0.5 |
| Hex | 91 | 70 | 8B | 0 | 17 | 4 | 2B | 137 | D | 32 |
| Octal | 221 | 160 | 213 | 0 | 27 | 4 | 53 | 467 | 15 | 62 |
| Binary | 10010001 | 1110000 | 10001011 | 0 | 10111 | 100 | 101011 | 100110111 | 1101 | 110010 |
Color Harmonies of #91708B
Complementary color
Monochromatic Colors of #91708B
Black with #91708B
Text Example
Text Example
White with #91708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91708B; }
p { color: rgb(145,112,139); }
H1.HeaderClassName
{
color: #91708B;
}
.AnyTagClassName
{
color: #91708B;
}
</style>
background-color css
<style>
a { background-color: #91708B; }
a { background-color: rgb(145,112,139); }
div.DivClassName
{
background-color: #91708B;
}
.BgClassName
{
background-color: #91708B;
}
</style>
border-color css
<style>
span { border-color: #91708B; }
span { border-color: rgb(145,112,139); }
td.TdClassName
{
border-color: #91708B;
}
.TagClassName
{
border-color: #91708B;
}
</style>