Shades of Mountbatten Pink #946D8F
Tints of Mountbatten Pink #946D8F
RGB
CMYK
RGB Variations
Color information
#946D8F (or 0x946D8F) is known color: Mountbatten Pink. HEX triplet: 94, 6D and 8F. RGB value is (148,109,143). Sum of RGB (Red+Green+Blue) = 148+109+143=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #946D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D8F is #6B9270. Grayscale: #7C7C7C. Windows color (decimal): -7049841 or 9399700. OLE color: 9399700.
HSL color Cylindrical-coordinate representation of color #946D8F: hue angle of 307.69º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946D8F is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 143 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.42 |
| HSL | 307.69º | 0.15% | 0.5% | - |
| HSV(B) | 307.69º | 0.26% | 0.58% | - |
| XYZ | 22.64 | 19.22 | 28.5 | - |
| YUV | 124.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 143 | 0 | 0.26 | 0.03 | 0.42 | 307.69 | 0.15 | 0.5 |
| Hex | 94 | 6D | 8F | 0 | 1A | 3 | 2A | 134 | F | 32 |
| Octal | 224 | 155 | 217 | 0 | 32 | 3 | 52 | 464 | 17 | 62 |
| Binary | 10010100 | 1101101 | 10001111 | 0 | 11010 | 11 | 101010 | 100110100 | 1111 | 110010 |
Color Harmonies of #946D8F
Complementary color
Monochromatic Colors of #946D8F
Black with #946D8F
Text Example
Text Example
White with #946D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D8F; }
p { color: rgb(148,109,143); }
H1.HeaderClassName
{
color: #946D8F;
}
.AnyTagClassName
{
color: #946D8F;
}
</style>
background-color css
<style>
a { background-color: #946D8F; }
a { background-color: rgb(148,109,143); }
div.DivClassName
{
background-color: #946D8F;
}
.BgClassName
{
background-color: #946D8F;
}
</style>
border-color css
<style>
span { border-color: #946D8F; }
span { border-color: rgb(148,109,143); }
td.TdClassName
{
border-color: #946D8F;
}
.TagClassName
{
border-color: #946D8F;
}
</style>