Shades of Mountbatten Pink #91728B
Tints of Mountbatten Pink #91728B
RGB
CMYK
RGB Variations
Color information
#91728B (or 0x91728B) is known color: Mountbatten Pink. HEX triplet: 91, 72 and 8B. RGB value is (145,114,139). Sum of RGB (Red+Green+Blue) = 145+114+139=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #91728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91728B is #6E8D74. Grayscale: #7E7E7E. Windows color (decimal): -7245173 or 9138833. OLE color: 9138833.
HSL color Cylindrical-coordinate representation of color #91728B: hue angle of 311.61º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91728B is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 139 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.43 |
| HSL | 311.61º | 0.12% | 0.51% | - |
| HSV(B) | 311.61º | 0.21% | 0.57% | - |
| XYZ | 22.35 | 19.92 | 27.09 | - |
| YUV | 126.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 139 | 0 | 0.21 | 0.04 | 0.43 | 311.61 | 0.12 | 0.51 |
| Hex | 91 | 72 | 8B | 0 | 15 | 4 | 2B | 138 | C | 33 |
| Octal | 221 | 162 | 213 | 0 | 25 | 4 | 53 | 470 | 14 | 63 |
| Binary | 10010001 | 1110010 | 10001011 | 0 | 10101 | 100 | 101011 | 100111000 | 1100 | 110011 |
Color Harmonies of #91728B
Complementary color
Monochromatic Colors of #91728B
Black with #91728B
Text Example
Text Example
White with #91728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91728B; }
p { color: rgb(145,114,139); }
H1.HeaderClassName
{
color: #91728B;
}
.AnyTagClassName
{
color: #91728B;
}
</style>
background-color css
<style>
a { background-color: #91728B; }
a { background-color: rgb(145,114,139); }
div.DivClassName
{
background-color: #91728B;
}
.BgClassName
{
background-color: #91728B;
}
</style>
border-color css
<style>
span { border-color: #91728B; }
span { border-color: rgb(145,114,139); }
td.TdClassName
{
border-color: #91728B;
}
.TagClassName
{
border-color: #91728B;
}
</style>