Shades of Mountbatten Pink #946A8B
Tints of Mountbatten Pink #946A8B
RGB
CMYK
RGB Variations
Color information
#946A8B (or 0x946A8B) is known color: Mountbatten Pink. HEX triplet: 94, 6A and 8B. RGB value is (148,106,139). Sum of RGB (Red+Green+Blue) = 148+106+139=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #946A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946A8B is #6B9574. Grayscale: #7A7A7A. Windows color (decimal): -7050613 or 9136788. OLE color: 9136788.
HSL color Cylindrical-coordinate representation of color #946A8B: hue angle of 312.86º 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 #946A8B is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 139 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.42 |
| HSL | 312.86º | 0.17% | 0.5% | - |
| HSV(B) | 312.86º | 0.28% | 0.58% | - |
| XYZ | 22.03 | 18.47 | 26.83 | - |
| YUV | 122.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 139 | 0 | 0.28 | 0.06 | 0.42 | 312.86 | 0.17 | 0.5 |
| Hex | 94 | 6A | 8B | 0 | 1C | 6 | 2A | 139 | 11 | 32 |
| Octal | 224 | 152 | 213 | 0 | 34 | 6 | 52 | 471 | 21 | 62 |
| Binary | 10010100 | 1101010 | 10001011 | 0 | 11100 | 110 | 101010 | 100111001 | 10001 | 110010 |
Color Harmonies of #946A8B
Complementary color
Monochromatic Colors of #946A8B
Black with #946A8B
Text Example
Text Example
White with #946A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A8B; }
p { color: rgb(148,106,139); }
H1.HeaderClassName
{
color: #946A8B;
}
.AnyTagClassName
{
color: #946A8B;
}
</style>
background-color css
<style>
a { background-color: #946A8B; }
a { background-color: rgb(148,106,139); }
div.DivClassName
{
background-color: #946A8B;
}
.BgClassName
{
background-color: #946A8B;
}
</style>
border-color css
<style>
span { border-color: #946A8B; }
span { border-color: rgb(148,106,139); }
td.TdClassName
{
border-color: #946A8B;
}
.TagClassName
{
border-color: #946A8B;
}
</style>