Shades of Mountbatten Pink #946D8C
Tints of Mountbatten Pink #946D8C
RGB
CMYK
RGB Variations
Color information
#946D8C (or 0x946D8C) is known color: Mountbatten Pink. HEX triplet: 94, 6D and 8C. RGB value is (148,109,140). Sum of RGB (Red+Green+Blue) = 148+109+140=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #946D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D8C is #6B9273. Grayscale: #7C7C7C. Windows color (decimal): -7049844 or 9203092. OLE color: 9203092.
HSL color Cylindrical-coordinate representation of color #946D8C: hue angle of 312.31º 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 #946D8C is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 140 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.42 |
| HSL | 312.31º | 0.15% | 0.5% | - |
| HSV(B) | 312.31º | 0.26% | 0.58% | - |
| XYZ | 22.42 | 19.13 | 27.32 | - |
| YUV | 124.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 140 | 0 | 0.26 | 0.05 | 0.42 | 312.31 | 0.15 | 0.5 |
| Hex | 94 | 6D | 8C | 0 | 1A | 5 | 2A | 138 | F | 32 |
| Octal | 224 | 155 | 214 | 0 | 32 | 5 | 52 | 470 | 17 | 62 |
| Binary | 10010100 | 1101101 | 10001100 | 0 | 11010 | 101 | 101010 | 100111000 | 1111 | 110010 |
Color Harmonies of #946D8C
Complementary color
Monochromatic Colors of #946D8C
Black with #946D8C
Text Example
Text Example
White with #946D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D8C; }
p { color: rgb(148,109,140); }
H1.HeaderClassName
{
color: #946D8C;
}
.AnyTagClassName
{
color: #946D8C;
}
</style>
background-color css
<style>
a { background-color: #946D8C; }
a { background-color: rgb(148,109,140); }
div.DivClassName
{
background-color: #946D8C;
}
.BgClassName
{
background-color: #946D8C;
}
</style>
border-color css
<style>
span { border-color: #946D8C; }
span { border-color: rgb(148,109,140); }
td.TdClassName
{
border-color: #946D8C;
}
.TagClassName
{
border-color: #946D8C;
}
</style>