Shades of Mountbatten Pink #946E8E
Tints of Mountbatten Pink #946E8E
RGB
CMYK
RGB Variations
Color information
#946E8E (or 0x946E8E) is known color: Mountbatten Pink. HEX triplet: 94, 6E and 8E. RGB value is (148,110,142). Sum of RGB (Red+Green+Blue) = 148+110+142=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #946E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E8E is #6B9171. Grayscale: #7C7C7C. Windows color (decimal): -7049586 or 9334420. OLE color: 9334420.
HSL color Cylindrical-coordinate representation of color #946E8E: hue angle of 309.47º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946E8E is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 110 | 142 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.42 |
| HSL | 309.47º | 0.15% | 0.51% | - |
| HSV(B) | 309.47º | 0.26% | 0.58% | - |
| XYZ | 22.67 | 19.4 | 28.14 | - |
| YUV | 125.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 142 | 0 | 0.26 | 0.04 | 0.42 | 309.47 | 0.15 | 0.51 |
| Hex | 94 | 6E | 8E | 0 | 1A | 4 | 2A | 135 | F | 33 |
| Octal | 224 | 156 | 216 | 0 | 32 | 4 | 52 | 465 | 17 | 63 |
| Binary | 10010100 | 1101110 | 10001110 | 0 | 11010 | 100 | 101010 | 100110101 | 1111 | 110011 |
Color Harmonies of #946E8E
Complementary color
Monochromatic Colors of #946E8E
Black with #946E8E
Text Example
Text Example
White with #946E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946E8E; }
p { color: rgb(148,110,142); }
H1.HeaderClassName
{
color: #946E8E;
}
.AnyTagClassName
{
color: #946E8E;
}
</style>
background-color css
<style>
a { background-color: #946E8E; }
a { background-color: rgb(148,110,142); }
div.DivClassName
{
background-color: #946E8E;
}
.BgClassName
{
background-color: #946E8E;
}
</style>
border-color css
<style>
span { border-color: #946E8E; }
span { border-color: rgb(148,110,142); }
td.TdClassName
{
border-color: #946E8E;
}
.TagClassName
{
border-color: #946E8E;
}
</style>