Shades of Mountbatten Pink #91778D
Tints of Mountbatten Pink #91778D
RGB
CMYK
RGB Variations
Color information
#91778D (or 0x91778D) is known color: Mountbatten Pink. HEX triplet: 91, 77 and 8D. RGB value is (145,119,141). Sum of RGB (Red+Green+Blue) = 145+119+141=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #91778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91778D is #6E8872. Grayscale: #818181. Windows color (decimal): -7243891 or 9271185. OLE color: 9271185.
HSL color Cylindrical-coordinate representation of color #91778D: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91778D is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 141 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.43 |
| HSL | 309.23º | 0.11% | 0.52% | - |
| HSV(B) | 309.23º | 0.18% | 0.57% | - |
| XYZ | 23.08 | 21.14 | 28.06 | - |
| YUV | 129.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 141 | 0 | 0.18 | 0.03 | 0.43 | 309.23 | 0.11 | 0.52 |
| Hex | 91 | 77 | 8D | 0 | 12 | 3 | 2B | 135 | B | 34 |
| Octal | 221 | 167 | 215 | 0 | 22 | 3 | 53 | 465 | 13 | 64 |
| Binary | 10010001 | 1110111 | 10001101 | 0 | 10010 | 11 | 101011 | 100110101 | 1011 | 110100 |
Color Harmonies of #91778D
Complementary color
Monochromatic Colors of #91778D
Black with #91778D
Text Example
Text Example
White with #91778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91778D; }
p { color: rgb(145,119,141); }
H1.HeaderClassName
{
color: #91778D;
}
.AnyTagClassName
{
color: #91778D;
}
</style>
background-color css
<style>
a { background-color: #91778D; }
a { background-color: rgb(145,119,141); }
div.DivClassName
{
background-color: #91778D;
}
.BgClassName
{
background-color: #91778D;
}
</style>
border-color css
<style>
span { border-color: #91778D; }
span { border-color: rgb(145,119,141); }
td.TdClassName
{
border-color: #91778D;
}
.TagClassName
{
border-color: #91778D;
}
</style>