Shades of Mountbatten Pink #967A92
Tints of Mountbatten Pink #967A92
RGB
CMYK
RGB Variations
Color information
#967A92 (or 0x967A92) is known color: Mountbatten Pink. HEX triplet: 96, 7A and 92. RGB value is (150,122,146). Sum of RGB (Red+Green+Blue) = 150+122+146=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #967A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A92 is #69856D. Grayscale: #858585. Windows color (decimal): -6915438 or 9599638. OLE color: 9599638.
HSL color Cylindrical-coordinate representation of color #967A92: hue angle of 308.57º 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 #967A92 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 146 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.41 |
| HSL | 308.57º | 0.12% | 0.53% | - |
| HSV(B) | 308.57º | 0.19% | 0.59% | - |
| XYZ | 24.73 | 22.48 | 30.23 | - |
| YUV | 133.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 146 | 0 | 0.19 | 0.03 | 0.41 | 308.57 | 0.12 | 0.53 |
| Hex | 96 | 7A | 92 | 0 | 13 | 3 | 29 | 135 | C | 35 |
| Octal | 226 | 172 | 222 | 0 | 23 | 3 | 51 | 465 | 14 | 65 |
| Binary | 10010110 | 1111010 | 10010010 | 0 | 10011 | 11 | 101001 | 100110101 | 1100 | 110101 |
Color Harmonies of #967A92
Complementary color
Monochromatic Colors of #967A92
Black with #967A92
Text Example
Text Example
White with #967A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A92; }
p { color: rgb(150,122,146); }
H1.HeaderClassName
{
color: #967A92;
}
.AnyTagClassName
{
color: #967A92;
}
</style>
background-color css
<style>
a { background-color: #967A92; }
a { background-color: rgb(150,122,146); }
div.DivClassName
{
background-color: #967A92;
}
.BgClassName
{
background-color: #967A92;
}
</style>
border-color css
<style>
span { border-color: #967A92; }
span { border-color: rgb(150,122,146); }
td.TdClassName
{
border-color: #967A92;
}
.TagClassName
{
border-color: #967A92;
}
</style>