Shades of Mountbatten Pink #957F8E
Tints of Mountbatten Pink #957F8E
RGB
CMYK
RGB Variations
Color information
#957F8E (or 0x957F8E) is known color: Mountbatten Pink. HEX triplet: 95, 7F and 8E. RGB value is (149,127,142). Sum of RGB (Red+Green+Blue) = 149+127+142=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #957F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F8E is #6A8071. Grayscale: #878787. Windows color (decimal): -6979698 or 9338773. OLE color: 9338773.
HSL color Cylindrical-coordinate representation of color #957F8E: hue angle of 319.09º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #957F8E is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 142 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.42 |
| HSL | 319.09º | 0.09% | 0.54% | - |
| HSV(B) | 319.09º | 0.15% | 0.58% | - |
| XYZ | 24.87 | 23.52 | 28.82 | - |
| YUV | 135.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 142 | 0 | 0.15 | 0.05 | 0.42 | 319.09 | 0.09 | 0.54 |
| Hex | 95 | 7F | 8E | 0 | F | 5 | 2A | 13F | 9 | 36 |
| Octal | 225 | 177 | 216 | 0 | 17 | 5 | 52 | 477 | 11 | 66 |
| Binary | 10010101 | 1111111 | 10001110 | 0 | 1111 | 101 | 101010 | 100111111 | 1001 | 110110 |
Color Harmonies of #957F8E
Complementary color
Monochromatic Colors of #957F8E
Black with #957F8E
Text Example
Text Example
White with #957F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F8E; }
p { color: rgb(149,127,142); }
H1.HeaderClassName
{
color: #957F8E;
}
.AnyTagClassName
{
color: #957F8E;
}
</style>
background-color css
<style>
a { background-color: #957F8E; }
a { background-color: rgb(149,127,142); }
div.DivClassName
{
background-color: #957F8E;
}
.BgClassName
{
background-color: #957F8E;
}
</style>
border-color css
<style>
span { border-color: #957F8E; }
span { border-color: rgb(149,127,142); }
td.TdClassName
{
border-color: #957F8E;
}
.TagClassName
{
border-color: #957F8E;
}
</style>