Shades of Mountbatten Pink #92718F
Tints of Mountbatten Pink #92718F
RGB
CMYK
RGB Variations
Color information
#92718F (or 0x92718F) is known color: Mountbatten Pink. HEX triplet: 92, 71 and 8F. RGB value is (146,113,143). Sum of RGB (Red+Green+Blue) = 146+113+143=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #92718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92718F is #6D8E70. Grayscale: #7E7E7E. Windows color (decimal): -7179889 or 9400722. OLE color: 9400722.
HSL color Cylindrical-coordinate representation of color #92718F: hue angle of 305.45º 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 #92718F is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 113 | 143 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.43 |
| HSL | 305.45º | 0.13% | 0.51% | - |
| HSV(B) | 305.45º | 0.23% | 0.57% | - |
| XYZ | 22.72 | 19.9 | 28.63 | - |
| YUV | 126.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 143 | 0 | 0.23 | 0.02 | 0.43 | 305.45 | 0.13 | 0.51 |
| Hex | 92 | 71 | 8F | 0 | 17 | 2 | 2B | 131 | D | 33 |
| Octal | 222 | 161 | 217 | 0 | 27 | 2 | 53 | 461 | 15 | 63 |
| Binary | 10010010 | 1110001 | 10001111 | 0 | 10111 | 10 | 101011 | 100110001 | 1101 | 110011 |
Color Harmonies of #92718F
Complementary color
Monochromatic Colors of #92718F
Black with #92718F
Text Example
Text Example
White with #92718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92718F; }
p { color: rgb(146,113,143); }
H1.HeaderClassName
{
color: #92718F;
}
.AnyTagClassName
{
color: #92718F;
}
</style>
background-color css
<style>
a { background-color: #92718F; }
a { background-color: rgb(146,113,143); }
div.DivClassName
{
background-color: #92718F;
}
.BgClassName
{
background-color: #92718F;
}
</style>
border-color css
<style>
span { border-color: #92718F; }
span { border-color: rgb(146,113,143); }
td.TdClassName
{
border-color: #92718F;
}
.TagClassName
{
border-color: #92718F;
}
</style>