Shades of Mountbatten Pink #93848C
Tints of Mountbatten Pink #93848C
RGB
CMYK
RGB Variations
Color information
#93848C (or 0x93848C) is known color: Mountbatten Pink. HEX triplet: 93, 84 and 8C. RGB value is (147,132,140). Sum of RGB (Red+Green+Blue) = 147+132+140=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #93848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93848C is #6C7B73. Grayscale: #898989. Windows color (decimal): -7109492 or 9208979. OLE color: 9208979.
HSL color Cylindrical-coordinate representation of color #93848C: hue angle of 328º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93848C is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 132 | 140 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.42 |
| HSL | 328º | 0.06% | 0.55% | - |
| HSV(B) | 328º | 0.1% | 0.58% | - |
| XYZ | 25.02 | 24.6 | 28.24 | - |
| YUV | 137.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 140 | 0 | 0.10 | 0.05 | 0.42 | 328 | 0.06 | 0.55 |
| Hex | 93 | 84 | 8C | 0 | A | 5 | 2A | 148 | 6 | 37 |
| Octal | 223 | 204 | 214 | 0 | 12 | 5 | 52 | 510 | 6 | 67 |
| Binary | 10010011 | 10000100 | 10001100 | 0 | 1010 | 101 | 101010 | 101001000 | 110 | 110111 |
Color Harmonies of #93848C
Complementary color
Monochromatic Colors of #93848C
Black with #93848C
Text Example
Text Example
White with #93848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93848C; }
p { color: rgb(147,132,140); }
H1.HeaderClassName
{
color: #93848C;
}
.AnyTagClassName
{
color: #93848C;
}
</style>
background-color css
<style>
a { background-color: #93848C; }
a { background-color: rgb(147,132,140); }
div.DivClassName
{
background-color: #93848C;
}
.BgClassName
{
background-color: #93848C;
}
</style>
border-color css
<style>
span { border-color: #93848C; }
span { border-color: rgb(147,132,140); }
td.TdClassName
{
border-color: #93848C;
}
.TagClassName
{
border-color: #93848C;
}
</style>