Shades of Mountbatten Pink #967291
Tints of Mountbatten Pink #967291
RGB
CMYK
RGB Variations
Color information
#967291 (or 0x967291) is known color: Mountbatten Pink. HEX triplet: 96, 72 and 91. RGB value is (150,114,145). Sum of RGB (Red+Green+Blue) = 150+114+145=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #967291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967291 is #698D6E. Grayscale: #808080. Windows color (decimal): -6917487 or 9532054. OLE color: 9532054.
HSL color Cylindrical-coordinate representation of color #967291: hue angle of 308.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #967291 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 145 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.41 |
| HSL | 308.33º | 0.15% | 0.52% | - |
| HSV(B) | 308.33º | 0.24% | 0.59% | - |
| XYZ | 23.71 | 20.56 | 29.51 | - |
| YUV | 128.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 145 | 0 | 0.24 | 0.03 | 0.41 | 308.33 | 0.15 | 0.52 |
| Hex | 96 | 72 | 91 | 0 | 18 | 3 | 29 | 134 | F | 34 |
| Octal | 226 | 162 | 221 | 0 | 30 | 3 | 51 | 464 | 17 | 64 |
| Binary | 10010110 | 1110010 | 10010001 | 0 | 11000 | 11 | 101001 | 100110100 | 1111 | 110100 |
Color Harmonies of #967291
Complementary color
Monochromatic Colors of #967291
Black with #967291
Text Example
Text Example
White with #967291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967291; }
p { color: rgb(150,114,145); }
H1.HeaderClassName
{
color: #967291;
}
.AnyTagClassName
{
color: #967291;
}
</style>
background-color css
<style>
a { background-color: #967291; }
a { background-color: rgb(150,114,145); }
div.DivClassName
{
background-color: #967291;
}
.BgClassName
{
background-color: #967291;
}
</style>
border-color css
<style>
span { border-color: #967291; }
span { border-color: rgb(150,114,145); }
td.TdClassName
{
border-color: #967291;
}
.TagClassName
{
border-color: #967291;
}
</style>