Shades of Mountbatten Pink #92718D
Tints of Mountbatten Pink #92718D
RGB
CMYK
RGB Variations
Color information
#92718D (or 0x92718D) is known color: Mountbatten Pink. HEX triplet: 92, 71 and 8D. RGB value is (146,113,141). Sum of RGB (Red+Green+Blue) = 146+113+141=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #92718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92718D is #6D8E72. Grayscale: #7D7D7D. Windows color (decimal): -7179891 or 9269650. OLE color: 9269650.
HSL color Cylindrical-coordinate representation of color #92718D: hue angle of 309.09º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92718D is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 113 | 141 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.43 |
| HSL | 309.09º | 0.13% | 0.51% | - |
| HSV(B) | 309.09º | 0.23% | 0.57% | - |
| XYZ | 22.57 | 19.84 | 27.84 | - |
| YUV | 126.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 141 | 0 | 0.23 | 0.03 | 0.43 | 309.09 | 0.13 | 0.51 |
| Hex | 92 | 71 | 8D | 0 | 17 | 3 | 2B | 135 | D | 33 |
| Octal | 222 | 161 | 215 | 0 | 27 | 3 | 53 | 465 | 15 | 63 |
| Binary | 10010010 | 1110001 | 10001101 | 0 | 10111 | 11 | 101011 | 100110101 | 1101 | 110011 |
Color Harmonies of #92718D
Complementary color
Monochromatic Colors of #92718D
Black with #92718D
Text Example
Text Example
White with #92718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92718D; }
p { color: rgb(146,113,141); }
H1.HeaderClassName
{
color: #92718D;
}
.AnyTagClassName
{
color: #92718D;
}
</style>
background-color css
<style>
a { background-color: #92718D; }
a { background-color: rgb(146,113,141); }
div.DivClassName
{
background-color: #92718D;
}
.BgClassName
{
background-color: #92718D;
}
</style>
border-color css
<style>
span { border-color: #92718D; }
span { border-color: rgb(146,113,141); }
td.TdClassName
{
border-color: #92718D;
}
.TagClassName
{
border-color: #92718D;
}
</style>