Shades of Mountbatten Pink #96728B
Tints of Mountbatten Pink #96728B
RGB
CMYK
RGB Variations
Color information
#96728B (or 0x96728B) is known color: Mountbatten Pink. HEX triplet: 96, 72 and 8B. RGB value is (150,114,139). Sum of RGB (Red+Green+Blue) = 150+114+139=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96728B is #698D74. Grayscale: #7F7F7F. Windows color (decimal): -6917493 or 9138838. OLE color: 9138838.
HSL color Cylindrical-coordinate representation of color #96728B: hue angle of 318.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96728B is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 139 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.41 |
| HSL | 318.33º | 0.15% | 0.52% | - |
| HSV(B) | 318.33º | 0.24% | 0.59% | - |
| XYZ | 23.26 | 20.38 | 27.13 | - |
| YUV | 127.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 139 | 0 | 0.24 | 0.07 | 0.41 | 318.33 | 0.15 | 0.52 |
| Hex | 96 | 72 | 8B | 0 | 18 | 7 | 29 | 13E | F | 34 |
| Octal | 226 | 162 | 213 | 0 | 30 | 7 | 51 | 476 | 17 | 64 |
| Binary | 10010110 | 1110010 | 10001011 | 0 | 11000 | 111 | 101001 | 100111110 | 1111 | 110100 |
Color Harmonies of #96728B
Complementary color
Monochromatic Colors of #96728B
Black with #96728B
Text Example
Text Example
White with #96728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96728B; }
p { color: rgb(150,114,139); }
H1.HeaderClassName
{
color: #96728B;
}
.AnyTagClassName
{
color: #96728B;
}
</style>
background-color css
<style>
a { background-color: #96728B; }
a { background-color: rgb(150,114,139); }
div.DivClassName
{
background-color: #96728B;
}
.BgClassName
{
background-color: #96728B;
}
</style>
border-color css
<style>
span { border-color: #96728B; }
span { border-color: rgb(150,114,139); }
td.TdClassName
{
border-color: #96728B;
}
.TagClassName
{
border-color: #96728B;
}
</style>