Shades of Mountbatten Pink #92758E
Tints of Mountbatten Pink #92758E
RGB
CMYK
RGB Variations
Color information
#92758E (or 0x92758E) is known color: Mountbatten Pink. HEX triplet: 92, 75 and 8E. RGB value is (146,117,142). Sum of RGB (Red+Green+Blue) = 146+117+142=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #92758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92758E is #6D8A71. Grayscale: #808080. Windows color (decimal): -7178866 or 9336210. OLE color: 9336210.
HSL color Cylindrical-coordinate representation of color #92758E: hue angle of 308.28º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92758E is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 117 | 142 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.43 |
| HSL | 308.28º | 0.12% | 0.52% | - |
| HSV(B) | 308.28º | 0.2% | 0.57% | - |
| XYZ | 23.1 | 20.79 | 28.39 | - |
| YUV | 128.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 142 | 0 | 0.20 | 0.03 | 0.43 | 308.28 | 0.12 | 0.52 |
| Hex | 92 | 75 | 8E | 0 | 14 | 3 | 2B | 134 | C | 34 |
| Octal | 222 | 165 | 216 | 0 | 24 | 3 | 53 | 464 | 14 | 64 |
| Binary | 10010010 | 1110101 | 10001110 | 0 | 10100 | 11 | 101011 | 100110100 | 1100 | 110100 |
Color Harmonies of #92758E
Complementary color
Monochromatic Colors of #92758E
Black with #92758E
Text Example
Text Example
White with #92758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92758E; }
p { color: rgb(146,117,142); }
H1.HeaderClassName
{
color: #92758E;
}
.AnyTagClassName
{
color: #92758E;
}
</style>
background-color css
<style>
a { background-color: #92758E; }
a { background-color: rgb(146,117,142); }
div.DivClassName
{
background-color: #92758E;
}
.BgClassName
{
background-color: #92758E;
}
</style>
border-color css
<style>
span { border-color: #92758E; }
span { border-color: rgb(146,117,142); }
td.TdClassName
{
border-color: #92758E;
}
.TagClassName
{
border-color: #92758E;
}
</style>