Shades of Mountbatten Pink #91728E
Tints of Mountbatten Pink #91728E
RGB
CMYK
RGB Variations
Color information
#91728E (or 0x91728E) is known color: Mountbatten Pink. HEX triplet: 91, 72 and 8E. RGB value is (145,114,142). Sum of RGB (Red+Green+Blue) = 145+114+142=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #91728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91728E is #6E8D71. Grayscale: #7E7E7E. Windows color (decimal): -7245170 or 9335441. OLE color: 9335441.
HSL color Cylindrical-coordinate representation of color #91728E: hue angle of 305.81º 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 #91728E is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 142 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.43 |
| HSL | 305.81º | 0.12% | 0.51% | - |
| HSV(B) | 305.81º | 0.21% | 0.57% | - |
| XYZ | 22.58 | 20.01 | 28.26 | - |
| YUV | 126.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 142 | 0 | 0.21 | 0.02 | 0.43 | 305.81 | 0.12 | 0.51 |
| Hex | 91 | 72 | 8E | 0 | 15 | 2 | 2B | 132 | C | 33 |
| Octal | 221 | 162 | 216 | 0 | 25 | 2 | 53 | 462 | 14 | 63 |
| Binary | 10010001 | 1110010 | 10001110 | 0 | 10101 | 10 | 101011 | 100110010 | 1100 | 110011 |
Color Harmonies of #91728E
Complementary color
Monochromatic Colors of #91728E
Black with #91728E
Text Example
Text Example
White with #91728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91728E; }
p { color: rgb(145,114,142); }
H1.HeaderClassName
{
color: #91728E;
}
.AnyTagClassName
{
color: #91728E;
}
</style>
background-color css
<style>
a { background-color: #91728E; }
a { background-color: rgb(145,114,142); }
div.DivClassName
{
background-color: #91728E;
}
.BgClassName
{
background-color: #91728E;
}
</style>
border-color css
<style>
span { border-color: #91728E; }
span { border-color: rgb(145,114,142); }
td.TdClassName
{
border-color: #91728E;
}
.TagClassName
{
border-color: #91728E;
}
</style>