Shades of Mountbatten Pink #957D92
Tints of Mountbatten Pink #957D92
RGB
CMYK
RGB Variations
Color information
#957D92 (or 0x957D92) is known color: Mountbatten Pink. HEX triplet: 95, 7D and 92. RGB value is (149,125,146). Sum of RGB (Red+Green+Blue) = 149+125+146=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #957D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957D92 is #6A826D. Grayscale: #868686. Windows color (decimal): -6980206 or 9600405. OLE color: 9600405.
HSL color Cylindrical-coordinate representation of color #957D92: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #957D92 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 146 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.42 |
| HSL | 307.5º | 0.1% | 0.54% | - |
| HSV(B) | 307.5º | 0.16% | 0.58% | - |
| XYZ | 24.92 | 23.13 | 30.35 | - |
| YUV | 134.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 146 | 0 | 0.16 | 0.02 | 0.42 | 307.5 | 0.1 | 0.54 |
| Hex | 95 | 7D | 92 | 0 | 10 | 2 | 2A | 134 | A | 36 |
| Octal | 225 | 175 | 222 | 0 | 20 | 2 | 52 | 464 | 12 | 66 |
| Binary | 10010101 | 1111101 | 10010010 | 0 | 10000 | 10 | 101010 | 100110100 | 1010 | 110110 |
Color Harmonies of #957D92
Complementary color
Monochromatic Colors of #957D92
Black with #957D92
Text Example
Text Example
White with #957D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D92; }
p { color: rgb(149,125,146); }
H1.HeaderClassName
{
color: #957D92;
}
.AnyTagClassName
{
color: #957D92;
}
</style>
background-color css
<style>
a { background-color: #957D92; }
a { background-color: rgb(149,125,146); }
div.DivClassName
{
background-color: #957D92;
}
.BgClassName
{
background-color: #957D92;
}
</style>
border-color css
<style>
span { border-color: #957D92; }
span { border-color: rgb(149,125,146); }
td.TdClassName
{
border-color: #957D92;
}
.TagClassName
{
border-color: #957D92;
}
</style>