Shades of Mountbatten Pink #947A90
Tints of Mountbatten Pink #947A90
RGB
CMYK
RGB Variations
Color information
#947A90 (or 0x947A90) is known color: Mountbatten Pink. HEX triplet: 94, 7A and 90. RGB value is (148,122,144). Sum of RGB (Red+Green+Blue) = 148+122+144=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #947A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A90 is #6B856F. Grayscale: #848484. Windows color (decimal): -7046512 or 9468564. OLE color: 9468564.
HSL color Cylindrical-coordinate representation of color #947A90: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947A90 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 144 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.42 |
| HSL | 309.23º | 0.11% | 0.53% | - |
| HSV(B) | 309.23º | 0.18% | 0.58% | - |
| XYZ | 24.21 | 22.23 | 29.4 | - |
| YUV | 132.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 144 | 0 | 0.18 | 0.03 | 0.42 | 309.23 | 0.11 | 0.53 |
| Hex | 94 | 7A | 90 | 0 | 12 | 3 | 2A | 135 | B | 35 |
| Octal | 224 | 172 | 220 | 0 | 22 | 3 | 52 | 465 | 13 | 65 |
| Binary | 10010100 | 1111010 | 10010000 | 0 | 10010 | 11 | 101010 | 100110101 | 1011 | 110101 |
Color Harmonies of #947A90
Complementary color
Monochromatic Colors of #947A90
Black with #947A90
Text Example
Text Example
White with #947A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A90; }
p { color: rgb(148,122,144); }
H1.HeaderClassName
{
color: #947A90;
}
.AnyTagClassName
{
color: #947A90;
}
</style>
background-color css
<style>
a { background-color: #947A90; }
a { background-color: rgb(148,122,144); }
div.DivClassName
{
background-color: #947A90;
}
.BgClassName
{
background-color: #947A90;
}
</style>
border-color css
<style>
span { border-color: #947A90; }
span { border-color: rgb(148,122,144); }
td.TdClassName
{
border-color: #947A90;
}
.TagClassName
{
border-color: #947A90;
}
</style>