Shades of Mountbatten Pink #94818B
Tints of Mountbatten Pink #94818B
RGB
CMYK
RGB Variations
Color information
#94818B (or 0x94818B) is known color: Mountbatten Pink. HEX triplet: 94, 81 and 8B. RGB value is (148,129,139). Sum of RGB (Red+Green+Blue) = 148+129+139=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #94818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94818B is #6B7E74. Grayscale: #878787. Windows color (decimal): -7044725 or 9142676. OLE color: 9142676.
HSL color Cylindrical-coordinate representation of color #94818B: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94818B is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 139 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.42 |
| HSL | 328.42º | 0.08% | 0.54% | - |
| HSV(B) | 328.42º | 0.13% | 0.58% | - |
| XYZ | 24.72 | 23.86 | 27.73 | - |
| YUV | 135.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 139 | 0 | 0.13 | 0.06 | 0.42 | 328.42 | 0.08 | 0.54 |
| Hex | 94 | 81 | 8B | 0 | D | 6 | 2A | 148 | 8 | 36 |
| Octal | 224 | 201 | 213 | 0 | 15 | 6 | 52 | 510 | 10 | 66 |
| Binary | 10010100 | 10000001 | 10001011 | 0 | 1101 | 110 | 101010 | 101001000 | 1000 | 110110 |
Color Harmonies of #94818B
Complementary color
Monochromatic Colors of #94818B
Black with #94818B
Text Example
Text Example
White with #94818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94818B; }
p { color: rgb(148,129,139); }
H1.HeaderClassName
{
color: #94818B;
}
.AnyTagClassName
{
color: #94818B;
}
</style>
background-color css
<style>
a { background-color: #94818B; }
a { background-color: rgb(148,129,139); }
div.DivClassName
{
background-color: #94818B;
}
.BgClassName
{
background-color: #94818B;
}
</style>
border-color css
<style>
span { border-color: #94818B; }
span { border-color: rgb(148,129,139); }
td.TdClassName
{
border-color: #94818B;
}
.TagClassName
{
border-color: #94818B;
}
</style>