Shades of Mountbatten Pink #91768D
Tints of Mountbatten Pink #91768D
RGB
CMYK
RGB Variations
Color information
#91768D (or 0x91768D) is known color: Mountbatten Pink. HEX triplet: 91, 76 and 8D. RGB value is (145,118,141). Sum of RGB (Red+Green+Blue) = 145+118+141=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #91768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91768D is #6E8972. Grayscale: #808080. Windows color (decimal): -7244147 or 9270929. OLE color: 9270929.
HSL color Cylindrical-coordinate representation of color #91768D: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91768D is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 141 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.43 |
| HSL | 308.89º | 0.11% | 0.52% | - |
| HSV(B) | 308.89º | 0.19% | 0.57% | - |
| XYZ | 22.96 | 20.9 | 28.02 | - |
| YUV | 128.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 141 | 0 | 0.19 | 0.03 | 0.43 | 308.89 | 0.11 | 0.52 |
| Hex | 91 | 76 | 8D | 0 | 13 | 3 | 2B | 135 | B | 34 |
| Octal | 221 | 166 | 215 | 0 | 23 | 3 | 53 | 465 | 13 | 64 |
| Binary | 10010001 | 1110110 | 10001101 | 0 | 10011 | 11 | 101011 | 100110101 | 1011 | 110100 |
Color Harmonies of #91768D
Complementary color
Monochromatic Colors of #91768D
Black with #91768D
Text Example
Text Example
White with #91768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91768D; }
p { color: rgb(145,118,141); }
H1.HeaderClassName
{
color: #91768D;
}
.AnyTagClassName
{
color: #91768D;
}
</style>
background-color css
<style>
a { background-color: #91768D; }
a { background-color: rgb(145,118,141); }
div.DivClassName
{
background-color: #91768D;
}
.BgClassName
{
background-color: #91768D;
}
</style>
border-color css
<style>
span { border-color: #91768D; }
span { border-color: rgb(145,118,141); }
td.TdClassName
{
border-color: #91768D;
}
.TagClassName
{
border-color: #91768D;
}
</style>