Shades of Mountbatten Pink #946F8F
Tints of Mountbatten Pink #946F8F
RGB
CMYK
RGB Variations
Color information
#946F8F (or 0x946F8F) is known color: Mountbatten Pink. HEX triplet: 94, 6F and 8F. RGB value is (148,111,143). Sum of RGB (Red+Green+Blue) = 148+111+143=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #946F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F8F is #6B9070. Grayscale: #7D7D7D. Windows color (decimal): -7049329 or 9400212. OLE color: 9400212.
HSL color Cylindrical-coordinate representation of color #946F8F: hue angle of 308.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #946F8F is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 111 | 143 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.42 |
| HSL | 308.11º | 0.15% | 0.51% | - |
| HSV(B) | 308.11º | 0.25% | 0.58% | - |
| XYZ | 22.86 | 19.65 | 28.57 | - |
| YUV | 125.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 143 | 0 | 0.25 | 0.03 | 0.42 | 308.11 | 0.15 | 0.51 |
| Hex | 94 | 6F | 8F | 0 | 19 | 3 | 2A | 134 | F | 33 |
| Octal | 224 | 157 | 217 | 0 | 31 | 3 | 52 | 464 | 17 | 63 |
| Binary | 10010100 | 1101111 | 10001111 | 0 | 11001 | 11 | 101010 | 100110100 | 1111 | 110011 |
Color Harmonies of #946F8F
Complementary color
Monochromatic Colors of #946F8F
Black with #946F8F
Text Example
Text Example
White with #946F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946F8F; }
p { color: rgb(148,111,143); }
H1.HeaderClassName
{
color: #946F8F;
}
.AnyTagClassName
{
color: #946F8F;
}
</style>
background-color css
<style>
a { background-color: #946F8F; }
a { background-color: rgb(148,111,143); }
div.DivClassName
{
background-color: #946F8F;
}
.BgClassName
{
background-color: #946F8F;
}
</style>
border-color css
<style>
span { border-color: #946F8F; }
span { border-color: rgb(148,111,143); }
td.TdClassName
{
border-color: #946F8F;
}
.TagClassName
{
border-color: #946F8F;
}
</style>