Shades of Mountbatten Pink #97758D
Tints of Mountbatten Pink #97758D
RGB
CMYK
RGB Variations
Color information
#97758D (or 0x97758D) is known color: Mountbatten Pink. HEX triplet: 97, 75 and 8D. RGB value is (151,117,141). Sum of RGB (Red+Green+Blue) = 151+117+141=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #97758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97758D is #688A72. Grayscale: #818181. Windows color (decimal): -6851187 or 9270679. OLE color: 9270679.
HSL color Cylindrical-coordinate representation of color #97758D: hue angle of 317.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97758D is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 117 | 141 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.41 |
| HSL | 317.65º | 0.14% | 0.53% | - |
| HSV(B) | 317.65º | 0.23% | 0.59% | - |
| XYZ | 23.93 | 21.22 | 28.03 | - |
| YUV | 129.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 141 | 0 | 0.23 | 0.07 | 0.41 | 317.65 | 0.14 | 0.53 |
| Hex | 97 | 75 | 8D | 0 | 17 | 7 | 29 | 13E | E | 35 |
| Octal | 227 | 165 | 215 | 0 | 27 | 7 | 51 | 476 | 16 | 65 |
| Binary | 10010111 | 1110101 | 10001101 | 0 | 10111 | 111 | 101001 | 100111110 | 1110 | 110101 |
Color Harmonies of #97758D
Complementary color
Monochromatic Colors of #97758D
Black with #97758D
Text Example
Text Example
White with #97758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97758D; }
p { color: rgb(151,117,141); }
H1.HeaderClassName
{
color: #97758D;
}
.AnyTagClassName
{
color: #97758D;
}
</style>
background-color css
<style>
a { background-color: #97758D; }
a { background-color: rgb(151,117,141); }
div.DivClassName
{
background-color: #97758D;
}
.BgClassName
{
background-color: #97758D;
}
</style>
border-color css
<style>
span { border-color: #97758D; }
span { border-color: rgb(151,117,141); }
td.TdClassName
{
border-color: #97758D;
}
.TagClassName
{
border-color: #97758D;
}
</style>