Shades of Mountbatten Pink #946D8D
Tints of Mountbatten Pink #946D8D
RGB
CMYK
RGB Variations
Color information
#946D8D (or 0x946D8D) is known color: Mountbatten Pink. HEX triplet: 94, 6D and 8D. RGB value is (148,109,141). Sum of RGB (Red+Green+Blue) = 148+109+141=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #946D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D8D is #6B9272. Grayscale: #7C7C7C. Windows color (decimal): -7049843 or 9268628. OLE color: 9268628.
HSL color Cylindrical-coordinate representation of color #946D8D: hue angle of 310.77º 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 #946D8D is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 141 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.42 |
| HSL | 310.77º | 0.15% | 0.5% | - |
| HSV(B) | 310.77º | 0.26% | 0.58% | - |
| XYZ | 22.49 | 19.16 | 27.71 | - |
| YUV | 124.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 141 | 0 | 0.26 | 0.05 | 0.42 | 310.77 | 0.15 | 0.5 |
| Hex | 94 | 6D | 8D | 0 | 1A | 5 | 2A | 137 | F | 32 |
| Octal | 224 | 155 | 215 | 0 | 32 | 5 | 52 | 467 | 17 | 62 |
| Binary | 10010100 | 1101101 | 10001101 | 0 | 11010 | 101 | 101010 | 100110111 | 1111 | 110010 |
Color Harmonies of #946D8D
Complementary color
Monochromatic Colors of #946D8D
Black with #946D8D
Text Example
Text Example
White with #946D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D8D; }
p { color: rgb(148,109,141); }
H1.HeaderClassName
{
color: #946D8D;
}
.AnyTagClassName
{
color: #946D8D;
}
</style>
background-color css
<style>
a { background-color: #946D8D; }
a { background-color: rgb(148,109,141); }
div.DivClassName
{
background-color: #946D8D;
}
.BgClassName
{
background-color: #946D8D;
}
</style>
border-color css
<style>
span { border-color: #946D8D; }
span { border-color: rgb(148,109,141); }
td.TdClassName
{
border-color: #946D8D;
}
.TagClassName
{
border-color: #946D8D;
}
</style>