Shades of Mountbatten Pink #96758F
Tints of Mountbatten Pink #96758F
RGB
CMYK
RGB Variations
Color information
#96758F (or 0x96758F) is known color: Mountbatten Pink. HEX triplet: 96, 75 and 8F. RGB value is (150,117,143). Sum of RGB (Red+Green+Blue) = 150+117+143=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96758F is #698A70. Grayscale: #818181. Windows color (decimal): -6916721 or 9401750. OLE color: 9401750.
HSL color Cylindrical-coordinate representation of color #96758F: hue angle of 312.73º 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 #96758F is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 143 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.41 |
| HSL | 312.73º | 0.14% | 0.52% | - |
| HSV(B) | 312.73º | 0.22% | 0.59% | - |
| XYZ | 23.9 | 21.19 | 28.82 | - |
| YUV | 129.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 143 | 0 | 0.22 | 0.05 | 0.41 | 312.73 | 0.14 | 0.52 |
| Hex | 96 | 75 | 8F | 0 | 16 | 5 | 29 | 139 | E | 34 |
| Octal | 226 | 165 | 217 | 0 | 26 | 5 | 51 | 471 | 16 | 64 |
| Binary | 10010110 | 1110101 | 10001111 | 0 | 10110 | 101 | 101001 | 100111001 | 1110 | 110100 |
Color Harmonies of #96758F
Complementary color
Monochromatic Colors of #96758F
Black with #96758F
Text Example
Text Example
White with #96758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96758F; }
p { color: rgb(150,117,143); }
H1.HeaderClassName
{
color: #96758F;
}
.AnyTagClassName
{
color: #96758F;
}
</style>
background-color css
<style>
a { background-color: #96758F; }
a { background-color: rgb(150,117,143); }
div.DivClassName
{
background-color: #96758F;
}
.BgClassName
{
background-color: #96758F;
}
</style>
border-color css
<style>
span { border-color: #96758F; }
span { border-color: rgb(150,117,143); }
td.TdClassName
{
border-color: #96758F;
}
.TagClassName
{
border-color: #96758F;
}
</style>