Shades of Mountbatten Pink #96758B
Tints of Mountbatten Pink #96758B
RGB
CMYK
RGB Variations
Color information
#96758B (or 0x96758B) is known color: Mountbatten Pink. HEX triplet: 96, 75 and 8B. RGB value is (150,117,139). Sum of RGB (Red+Green+Blue) = 150+117+139=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96758B is #698A74. Grayscale: #818181. Windows color (decimal): -6916725 or 9139606. OLE color: 9139606.
HSL color Cylindrical-coordinate representation of color #96758B: hue angle of 320º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96758B is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 139 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.41 |
| HSL | 320º | 0.14% | 0.52% | - |
| HSV(B) | 320º | 0.22% | 0.59% | - |
| XYZ | 23.6 | 21.07 | 27.25 | - |
| YUV | 129.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 139 | 0 | 0.22 | 0.07 | 0.41 | 320 | 0.14 | 0.52 |
| Hex | 96 | 75 | 8B | 0 | 16 | 7 | 29 | 140 | E | 34 |
| Octal | 226 | 165 | 213 | 0 | 26 | 7 | 51 | 500 | 16 | 64 |
| Binary | 10010110 | 1110101 | 10001011 | 0 | 10110 | 111 | 101001 | 101000000 | 1110 | 110100 |
Color Harmonies of #96758B
Complementary color
Monochromatic Colors of #96758B
Black with #96758B
Text Example
Text Example
White with #96758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96758B; }
p { color: rgb(150,117,139); }
H1.HeaderClassName
{
color: #96758B;
}
.AnyTagClassName
{
color: #96758B;
}
</style>
background-color css
<style>
a { background-color: #96758B; }
a { background-color: rgb(150,117,139); }
div.DivClassName
{
background-color: #96758B;
}
.BgClassName
{
background-color: #96758B;
}
</style>
border-color css
<style>
span { border-color: #96758B; }
span { border-color: rgb(150,117,139); }
td.TdClassName
{
border-color: #96758B;
}
.TagClassName
{
border-color: #96758B;
}
</style>