Shades of Mountbatten Pink #967592
Tints of Mountbatten Pink #967592
RGB
CMYK
RGB Variations
Color information
#967592 (or 0x967592) is known color: Mountbatten Pink. HEX triplet: 96, 75 and 92. RGB value is (150,117,146). Sum of RGB (Red+Green+Blue) = 150+117+146=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #967592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967592 is #698A6D. Grayscale: #828282. Windows color (decimal): -6916718 or 9598358. OLE color: 9598358.
HSL color Cylindrical-coordinate representation of color #967592: hue angle of 307.27º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967592 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 146 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.41 |
| HSL | 307.27º | 0.14% | 0.52% | - |
| HSV(B) | 307.27º | 0.22% | 0.59% | - |
| XYZ | 24.13 | 21.28 | 30.03 | - |
| YUV | 130.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 146 | 0 | 0.22 | 0.03 | 0.41 | 307.27 | 0.14 | 0.52 |
| Hex | 96 | 75 | 92 | 0 | 16 | 3 | 29 | 133 | E | 34 |
| Octal | 226 | 165 | 222 | 0 | 26 | 3 | 51 | 463 | 16 | 64 |
| Binary | 10010110 | 1110101 | 10010010 | 0 | 10110 | 11 | 101001 | 100110011 | 1110 | 110100 |
Color Harmonies of #967592
Complementary color
Monochromatic Colors of #967592
Black with #967592
Text Example
Text Example
White with #967592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967592; }
p { color: rgb(150,117,146); }
H1.HeaderClassName
{
color: #967592;
}
.AnyTagClassName
{
color: #967592;
}
</style>
background-color css
<style>
a { background-color: #967592; }
a { background-color: rgb(150,117,146); }
div.DivClassName
{
background-color: #967592;
}
.BgClassName
{
background-color: #967592;
}
</style>
border-color css
<style>
span { border-color: #967592; }
span { border-color: rgb(150,117,146); }
td.TdClassName
{
border-color: #967592;
}
.TagClassName
{
border-color: #967592;
}
</style>