Shades of Mountbatten Pink #946C8D
Tints of Mountbatten Pink #946C8D
RGB
CMYK
RGB Variations
Color information
#946C8D (or 0x946C8D) is known color: Mountbatten Pink. HEX triplet: 94, 6C and 8D. RGB value is (148,108,141). Sum of RGB (Red+Green+Blue) = 148+108+141=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #946C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C8D is #6B9372. Grayscale: #7B7B7B. Windows color (decimal): -7050099 or 9268372. OLE color: 9268372.
HSL color Cylindrical-coordinate representation of color #946C8D: hue angle of 310.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #946C8D is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 141 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.42 |
| HSL | 310.5º | 0.16% | 0.5% | - |
| HSV(B) | 310.5º | 0.27% | 0.58% | - |
| XYZ | 22.38 | 18.94 | 27.68 | - |
| YUV | 123.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 141 | 0 | 0.27 | 0.05 | 0.42 | 310.5 | 0.16 | 0.5 |
| Hex | 94 | 6C | 8D | 0 | 1B | 5 | 2A | 136 | 10 | 32 |
| Octal | 224 | 154 | 215 | 0 | 33 | 5 | 52 | 466 | 20 | 62 |
| Binary | 10010100 | 1101100 | 10001101 | 0 | 11011 | 101 | 101010 | 100110110 | 10000 | 110010 |
Color Harmonies of #946C8D
Complementary color
Monochromatic Colors of #946C8D
Black with #946C8D
Text Example
Text Example
White with #946C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C8D; }
p { color: rgb(148,108,141); }
H1.HeaderClassName
{
color: #946C8D;
}
.AnyTagClassName
{
color: #946C8D;
}
</style>
background-color css
<style>
a { background-color: #946C8D; }
a { background-color: rgb(148,108,141); }
div.DivClassName
{
background-color: #946C8D;
}
.BgClassName
{
background-color: #946C8D;
}
</style>
border-color css
<style>
span { border-color: #946C8D; }
span { border-color: rgb(148,108,141); }
td.TdClassName
{
border-color: #946C8D;
}
.TagClassName
{
border-color: #946C8D;
}
</style>