Shades of Mountbatten Pink #946A8D
Tints of Mountbatten Pink #946A8D
RGB
CMYK
RGB Variations
Color information
#946A8D (or 0x946A8D) is known color: Mountbatten Pink. HEX triplet: 94, 6A and 8D. RGB value is (148,106,141). Sum of RGB (Red+Green+Blue) = 148+106+141=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #946A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946A8D is #6B9572. Grayscale: #7A7A7A. Windows color (decimal): -7050611 or 9267860. OLE color: 9267860.
HSL color Cylindrical-coordinate representation of color #946A8D: hue angle of 310º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946A8D is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 141 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.42 |
| HSL | 310º | 0.17% | 0.5% | - |
| HSV(B) | 310º | 0.28% | 0.58% | - |
| XYZ | 22.17 | 18.53 | 27.61 | - |
| YUV | 122.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 141 | 0 | 0.28 | 0.05 | 0.42 | 310 | 0.17 | 0.5 |
| Hex | 94 | 6A | 8D | 0 | 1C | 5 | 2A | 136 | 11 | 32 |
| Octal | 224 | 152 | 215 | 0 | 34 | 5 | 52 | 466 | 21 | 62 |
| Binary | 10010100 | 1101010 | 10001101 | 0 | 11100 | 101 | 101010 | 100110110 | 10001 | 110010 |
Color Harmonies of #946A8D
Complementary color
Monochromatic Colors of #946A8D
Black with #946A8D
Text Example
Text Example
White with #946A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A8D; }
p { color: rgb(148,106,141); }
H1.HeaderClassName
{
color: #946A8D;
}
.AnyTagClassName
{
color: #946A8D;
}
</style>
background-color css
<style>
a { background-color: #946A8D; }
a { background-color: rgb(148,106,141); }
div.DivClassName
{
background-color: #946A8D;
}
.BgClassName
{
background-color: #946A8D;
}
</style>
border-color css
<style>
span { border-color: #946A8D; }
span { border-color: rgb(148,106,141); }
td.TdClassName
{
border-color: #946A8D;
}
.TagClassName
{
border-color: #946A8D;
}
</style>