Shades of Mountbatten Pink #96798D
Tints of Mountbatten Pink #96798D
RGB
CMYK
RGB Variations
Color information
#96798D (or 0x96798D) is known color: Mountbatten Pink. HEX triplet: 96, 79 and 8D. RGB value is (150,121,141). Sum of RGB (Red+Green+Blue) = 150+121+141=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #96798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96798D is #698672. Grayscale: #838383. Windows color (decimal): -6915699 or 9271702. OLE color: 9271702.
HSL color Cylindrical-coordinate representation of color #96798D: hue angle of 318.62º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96798D is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 141 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.41 |
| HSL | 318.62º | 0.12% | 0.53% | - |
| HSV(B) | 318.62º | 0.19% | 0.59% | - |
| XYZ | 24.22 | 22.08 | 28.18 | - |
| YUV | 131.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 141 | 0 | 0.19 | 0.06 | 0.41 | 318.62 | 0.12 | 0.53 |
| Hex | 96 | 79 | 8D | 0 | 13 | 6 | 29 | 13F | C | 35 |
| Octal | 226 | 171 | 215 | 0 | 23 | 6 | 51 | 477 | 14 | 65 |
| Binary | 10010110 | 1111001 | 10001101 | 0 | 10011 | 110 | 101001 | 100111111 | 1100 | 110101 |
Color Harmonies of #96798D
Complementary color
Monochromatic Colors of #96798D
Black with #96798D
Text Example
Text Example
White with #96798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96798D; }
p { color: rgb(150,121,141); }
H1.HeaderClassName
{
color: #96798D;
}
.AnyTagClassName
{
color: #96798D;
}
</style>
background-color css
<style>
a { background-color: #96798D; }
a { background-color: rgb(150,121,141); }
div.DivClassName
{
background-color: #96798D;
}
.BgClassName
{
background-color: #96798D;
}
</style>
border-color css
<style>
span { border-color: #96798D; }
span { border-color: rgb(150,121,141); }
td.TdClassName
{
border-color: #96798D;
}
.TagClassName
{
border-color: #96798D;
}
</style>