Shades of Mountbatten Pink #92758D
Tints of Mountbatten Pink #92758D
RGB
CMYK
RGB Variations
Color information
#92758D (or 0x92758D) is known color: Mountbatten Pink. HEX triplet: 92, 75 and 8D. RGB value is (146,117,141). Sum of RGB (Red+Green+Blue) = 146+117+141=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #92758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92758D is #6D8A72. Grayscale: #808080. Windows color (decimal): -7178867 or 9270674. OLE color: 9270674.
HSL color Cylindrical-coordinate representation of color #92758D: hue angle of 310.34º 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 #92758D is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 117 | 141 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.43 |
| HSL | 310.34º | 0.12% | 0.52% | - |
| HSV(B) | 310.34º | 0.2% | 0.57% | - |
| XYZ | 23.02 | 20.76 | 27.99 | - |
| YUV | 128.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 141 | 0 | 0.20 | 0.03 | 0.43 | 310.34 | 0.12 | 0.52 |
| Hex | 92 | 75 | 8D | 0 | 14 | 3 | 2B | 136 | C | 34 |
| Octal | 222 | 165 | 215 | 0 | 24 | 3 | 53 | 466 | 14 | 64 |
| Binary | 10010010 | 1110101 | 10001101 | 0 | 10100 | 11 | 101011 | 100110110 | 1100 | 110100 |
Color Harmonies of #92758D
Complementary color
Monochromatic Colors of #92758D
Black with #92758D
Text Example
Text Example
White with #92758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92758D; }
p { color: rgb(146,117,141); }
H1.HeaderClassName
{
color: #92758D;
}
.AnyTagClassName
{
color: #92758D;
}
</style>
background-color css
<style>
a { background-color: #92758D; }
a { background-color: rgb(146,117,141); }
div.DivClassName
{
background-color: #92758D;
}
.BgClassName
{
background-color: #92758D;
}
</style>
border-color css
<style>
span { border-color: #92758D; }
span { border-color: rgb(146,117,141); }
td.TdClassName
{
border-color: #92758D;
}
.TagClassName
{
border-color: #92758D;
}
</style>