Shades of Mountbatten Pink #97728B
Tints of Mountbatten Pink #97728B
RGB
CMYK
RGB Variations
Color information
#97728B (or 0x97728B) is known color: Mountbatten Pink. HEX triplet: 97, 72 and 8B. RGB value is (151,114,139). Sum of RGB (Red+Green+Blue) = 151+114+139=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #97728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97728B is #688D74. Grayscale: #7F7F7F. Windows color (decimal): -6851957 or 9138839. OLE color: 9138839.
HSL color Cylindrical-coordinate representation of color #97728B: hue angle of 319.46º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97728B is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 114 | 139 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.41 |
| HSL | 319.46º | 0.15% | 0.52% | - |
| HSV(B) | 319.46º | 0.25% | 0.59% | - |
| XYZ | 23.44 | 20.48 | 27.14 | - |
| YUV | 127.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 139 | 0 | 0.25 | 0.08 | 0.41 | 319.46 | 0.15 | 0.52 |
| Hex | 97 | 72 | 8B | 0 | 19 | 8 | 29 | 13F | F | 34 |
| Octal | 227 | 162 | 213 | 0 | 31 | 10 | 51 | 477 | 17 | 64 |
| Binary | 10010111 | 1110010 | 10001011 | 0 | 11001 | 1000 | 101001 | 100111111 | 1111 | 110100 |
Color Harmonies of #97728B
Complementary color
Monochromatic Colors of #97728B
Black with #97728B
Text Example
Text Example
White with #97728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97728B; }
p { color: rgb(151,114,139); }
H1.HeaderClassName
{
color: #97728B;
}
.AnyTagClassName
{
color: #97728B;
}
</style>
background-color css
<style>
a { background-color: #97728B; }
a { background-color: rgb(151,114,139); }
div.DivClassName
{
background-color: #97728B;
}
.BgClassName
{
background-color: #97728B;
}
</style>
border-color css
<style>
span { border-color: #97728B; }
span { border-color: rgb(151,114,139); }
td.TdClassName
{
border-color: #97728B;
}
.TagClassName
{
border-color: #97728B;
}
</style>