Shades of Mountbatten Pink #946C8E
Tints of Mountbatten Pink #946C8E
RGB
CMYK
RGB Variations
Color information
#946C8E (or 0x946C8E) is known color: Mountbatten Pink. HEX triplet: 94, 6C and 8E. RGB value is (148,108,142). Sum of RGB (Red+Green+Blue) = 148+108+142=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #946C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C8E is #6B9371. Grayscale: #7B7B7B. Windows color (decimal): -7050098 or 9333908. OLE color: 9333908.
HSL color Cylindrical-coordinate representation of color #946C8E: hue angle of 309º 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 #946C8E is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 142 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.42 |
| HSL | 309º | 0.16% | 0.5% | - |
| HSV(B) | 309º | 0.27% | 0.58% | - |
| XYZ | 22.46 | 18.97 | 28.07 | - |
| YUV | 123.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 142 | 0 | 0.27 | 0.04 | 0.42 | 309 | 0.16 | 0.5 |
| Hex | 94 | 6C | 8E | 0 | 1B | 4 | 2A | 135 | 10 | 32 |
| Octal | 224 | 154 | 216 | 0 | 33 | 4 | 52 | 465 | 20 | 62 |
| Binary | 10010100 | 1101100 | 10001110 | 0 | 11011 | 100 | 101010 | 100110101 | 10000 | 110010 |
Color Harmonies of #946C8E
Complementary color
Monochromatic Colors of #946C8E
Black with #946C8E
Text Example
Text Example
White with #946C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C8E; }
p { color: rgb(148,108,142); }
H1.HeaderClassName
{
color: #946C8E;
}
.AnyTagClassName
{
color: #946C8E;
}
</style>
background-color css
<style>
a { background-color: #946C8E; }
a { background-color: rgb(148,108,142); }
div.DivClassName
{
background-color: #946C8E;
}
.BgClassName
{
background-color: #946C8E;
}
</style>
border-color css
<style>
span { border-color: #946C8E; }
span { border-color: rgb(148,108,142); }
td.TdClassName
{
border-color: #946C8E;
}
.TagClassName
{
border-color: #946C8E;
}
</style>