Shades of Mountbatten Pink #976A8D
Tints of Mountbatten Pink #976A8D
RGB
CMYK
RGB Variations
Color information
#976A8D (or 0x976A8D) is known color: Mountbatten Pink. HEX triplet: 97, 6A and 8D. RGB value is (151,106,141). Sum of RGB (Red+Green+Blue) = 151+106+141=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #976A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976A8D is #689572. Grayscale: #7B7B7B. Windows color (decimal): -6854003 or 9267863. OLE color: 9267863.
HSL color Cylindrical-coordinate representation of color #976A8D: hue angle of 313.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976A8D is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 141 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.41 |
| HSL | 313.33º | 0.18% | 0.5% | - |
| HSV(B) | 313.33º | 0.3% | 0.59% | - |
| XYZ | 22.72 | 18.81 | 27.63 | - |
| YUV | 123.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 141 | 0 | 0.30 | 0.07 | 0.41 | 313.33 | 0.18 | 0.5 |
| Hex | 97 | 6A | 8D | 0 | 1E | 7 | 29 | 139 | 12 | 32 |
| Octal | 227 | 152 | 215 | 0 | 36 | 7 | 51 | 471 | 22 | 62 |
| Binary | 10010111 | 1101010 | 10001101 | 0 | 11110 | 111 | 101001 | 100111001 | 10010 | 110010 |
Color Harmonies of #976A8D
Complementary color
Monochromatic Colors of #976A8D
Black with #976A8D
Text Example
Text Example
White with #976A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A8D; }
p { color: rgb(151,106,141); }
H1.HeaderClassName
{
color: #976A8D;
}
.AnyTagClassName
{
color: #976A8D;
}
</style>
background-color css
<style>
a { background-color: #976A8D; }
a { background-color: rgb(151,106,141); }
div.DivClassName
{
background-color: #976A8D;
}
.BgClassName
{
background-color: #976A8D;
}
</style>
border-color css
<style>
span { border-color: #976A8D; }
span { border-color: rgb(151,106,141); }
td.TdClassName
{
border-color: #976A8D;
}
.TagClassName
{
border-color: #976A8D;
}
</style>