Shades of Mountbatten Pink #976A8E
Tints of Mountbatten Pink #976A8E
RGB
CMYK
RGB Variations
Color information
#976A8E (or 0x976A8E) is known color: Mountbatten Pink. HEX triplet: 97, 6A and 8E. RGB value is (151,106,142). Sum of RGB (Red+Green+Blue) = 151+106+142=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #976A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976A8E is #689571. Grayscale: #7B7B7B. Windows color (decimal): -6854002 or 9333399. OLE color: 9333399.
HSL color Cylindrical-coordinate representation of color #976A8E: hue angle of 312º 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 #976A8E is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 142 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.41 |
| HSL | 312º | 0.18% | 0.5% | - |
| HSV(B) | 312º | 0.3% | 0.59% | - |
| XYZ | 22.8 | 18.84 | 28.03 | - |
| YUV | 123.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 142 | 0 | 0.30 | 0.06 | 0.41 | 312 | 0.18 | 0.5 |
| Hex | 97 | 6A | 8E | 0 | 1E | 6 | 29 | 138 | 12 | 32 |
| Octal | 227 | 152 | 216 | 0 | 36 | 6 | 51 | 470 | 22 | 62 |
| Binary | 10010111 | 1101010 | 10001110 | 0 | 11110 | 110 | 101001 | 100111000 | 10010 | 110010 |
Color Harmonies of #976A8E
Complementary color
Monochromatic Colors of #976A8E
Black with #976A8E
Text Example
Text Example
White with #976A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A8E; }
p { color: rgb(151,106,142); }
H1.HeaderClassName
{
color: #976A8E;
}
.AnyTagClassName
{
color: #976A8E;
}
</style>
background-color css
<style>
a { background-color: #976A8E; }
a { background-color: rgb(151,106,142); }
div.DivClassName
{
background-color: #976A8E;
}
.BgClassName
{
background-color: #976A8E;
}
</style>
border-color css
<style>
span { border-color: #976A8E; }
span { border-color: rgb(151,106,142); }
td.TdClassName
{
border-color: #976A8E;
}
.TagClassName
{
border-color: #976A8E;
}
</style>