Shades of Mountbatten Pink #947C8C
Tints of Mountbatten Pink #947C8C
RGB
CMYK
RGB Variations
Color information
#947C8C (or 0x947C8C) is known color: Mountbatten Pink. HEX triplet: 94, 7C and 8C. RGB value is (148,124,140). Sum of RGB (Red+Green+Blue) = 148+124+140=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #947C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C8C is #6B8373. Grayscale: #848484. Windows color (decimal): -7046004 or 9206932. OLE color: 9206932.
HSL color Cylindrical-coordinate representation of color #947C8C: hue angle of 320º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947C8C is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 140 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.42 |
| HSL | 320º | 0.1% | 0.53% | - |
| HSV(B) | 320º | 0.16% | 0.58% | - |
| XYZ | 24.15 | 22.6 | 27.9 | - |
| YUV | 133 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 140 | 0 | 0.16 | 0.05 | 0.42 | 320 | 0.1 | 0.53 |
| Hex | 94 | 7C | 8C | 0 | 10 | 5 | 2A | 140 | A | 35 |
| Octal | 224 | 174 | 214 | 0 | 20 | 5 | 52 | 500 | 12 | 65 |
| Binary | 10010100 | 1111100 | 10001100 | 0 | 10000 | 101 | 101010 | 101000000 | 1010 | 110101 |
Color Harmonies of #947C8C
Complementary color
Monochromatic Colors of #947C8C
Black with #947C8C
Text Example
Text Example
White with #947C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C8C; }
p { color: rgb(148,124,140); }
H1.HeaderClassName
{
color: #947C8C;
}
.AnyTagClassName
{
color: #947C8C;
}
</style>
background-color css
<style>
a { background-color: #947C8C; }
a { background-color: rgb(148,124,140); }
div.DivClassName
{
background-color: #947C8C;
}
.BgClassName
{
background-color: #947C8C;
}
</style>
border-color css
<style>
span { border-color: #947C8C; }
span { border-color: rgb(148,124,140); }
td.TdClassName
{
border-color: #947C8C;
}
.TagClassName
{
border-color: #947C8C;
}
</style>