Shades of Mountbatten Pink #957C93
Tints of Mountbatten Pink #957C93
RGB
CMYK
RGB Variations
Color information
#957C93 (or 0x957C93) is known color: Mountbatten Pink. HEX triplet: 95, 7C and 93. RGB value is (149,124,147). Sum of RGB (Red+Green+Blue) = 149+124+147=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #957C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957C93 is #6A836C. Grayscale: #868686. Windows color (decimal): -6980461 or 9665685. OLE color: 9665685.
HSL color Cylindrical-coordinate representation of color #957C93: hue angle of 304.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #957C93 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 147 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.42 |
| HSL | 304.8º | 0.11% | 0.54% | - |
| HSV(B) | 304.8º | 0.17% | 0.58% | - |
| XYZ | 24.87 | 22.91 | 30.72 | - |
| YUV | 134.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 147 | 0 | 0.17 | 0.01 | 0.42 | 304.8 | 0.11 | 0.54 |
| Hex | 95 | 7C | 93 | 0 | 11 | 1 | 2A | 131 | B | 36 |
| Octal | 225 | 174 | 223 | 0 | 21 | 1 | 52 | 461 | 13 | 66 |
| Binary | 10010101 | 1111100 | 10010011 | 0 | 10001 | 1 | 101010 | 100110001 | 1011 | 110110 |
Color Harmonies of #957C93
Complementary color
Monochromatic Colors of #957C93
Black with #957C93
Text Example
Text Example
White with #957C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C93; }
p { color: rgb(149,124,147); }
H1.HeaderClassName
{
color: #957C93;
}
.AnyTagClassName
{
color: #957C93;
}
</style>
background-color css
<style>
a { background-color: #957C93; }
a { background-color: rgb(149,124,147); }
div.DivClassName
{
background-color: #957C93;
}
.BgClassName
{
background-color: #957C93;
}
</style>
border-color css
<style>
span { border-color: #957C93; }
span { border-color: rgb(149,124,147); }
td.TdClassName
{
border-color: #957C93;
}
.TagClassName
{
border-color: #957C93;
}
</style>