Shades of Mountbatten Pink #91738D
Tints of Mountbatten Pink #91738D
RGB
CMYK
RGB Variations
Color information
#91738D (or 0x91738D) is known color: Mountbatten Pink. HEX triplet: 91, 73 and 8D. RGB value is (145,115,141). Sum of RGB (Red+Green+Blue) = 145+115+141=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #91738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91738D is #6E8C72. Grayscale: #7E7E7E. Windows color (decimal): -7244915 or 9270161. OLE color: 9270161.
HSL color Cylindrical-coordinate representation of color #91738D: hue angle of 308º 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 #91738D is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 115 | 141 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.43 |
| HSL | 308º | 0.12% | 0.51% | - |
| HSV(B) | 308º | 0.21% | 0.57% | - |
| XYZ | 22.62 | 20.2 | 27.91 | - |
| YUV | 126.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 115 | 141 | 0 | 0.21 | 0.03 | 0.43 | 308 | 0.12 | 0.51 |
| Hex | 91 | 73 | 8D | 0 | 15 | 3 | 2B | 134 | C | 33 |
| Octal | 221 | 163 | 215 | 0 | 25 | 3 | 53 | 464 | 14 | 63 |
| Binary | 10010001 | 1110011 | 10001101 | 0 | 10101 | 11 | 101011 | 100110100 | 1100 | 110011 |
Color Harmonies of #91738D
Complementary color
Monochromatic Colors of #91738D
Black with #91738D
Text Example
Text Example
White with #91738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91738D; }
p { color: rgb(145,115,141); }
H1.HeaderClassName
{
color: #91738D;
}
.AnyTagClassName
{
color: #91738D;
}
</style>
background-color css
<style>
a { background-color: #91738D; }
a { background-color: rgb(145,115,141); }
div.DivClassName
{
background-color: #91738D;
}
.BgClassName
{
background-color: #91738D;
}
</style>
border-color css
<style>
span { border-color: #91738D; }
span { border-color: rgb(145,115,141); }
td.TdClassName
{
border-color: #91738D;
}
.TagClassName
{
border-color: #91738D;
}
</style>