Shades of Mountbatten Pink #93808B
Tints of Mountbatten Pink #93808B
RGB
CMYK
RGB Variations
Color information
#93808B (or 0x93808B) is known color: Mountbatten Pink. HEX triplet: 93, 80 and 8B. RGB value is (147,128,139). Sum of RGB (Red+Green+Blue) = 147+128+139=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #93808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808B is #6C7F74. Grayscale: #868686. Windows color (decimal): -7110517 or 9142419. OLE color: 9142419.
HSL color Cylindrical-coordinate representation of color #93808B: hue angle of 325.26º 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 #93808B is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 139 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.42 |
| HSL | 325.26º | 0.08% | 0.54% | - |
| HSV(B) | 325.26º | 0.13% | 0.58% | - |
| XYZ | 24.41 | 23.51 | 27.68 | - |
| YUV | 134.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 139 | 0 | 0.13 | 0.05 | 0.42 | 325.26 | 0.08 | 0.54 |
| Hex | 93 | 80 | 8B | 0 | D | 5 | 2A | 145 | 8 | 36 |
| Octal | 223 | 200 | 213 | 0 | 15 | 5 | 52 | 505 | 10 | 66 |
| Binary | 10010011 | 10000000 | 10001011 | 0 | 1101 | 101 | 101010 | 101000101 | 1000 | 110110 |
Color Harmonies of #93808B
Complementary color
Monochromatic Colors of #93808B
Black with #93808B
Text Example
Text Example
White with #93808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93808B; }
p { color: rgb(147,128,139); }
H1.HeaderClassName
{
color: #93808B;
}
.AnyTagClassName
{
color: #93808B;
}
</style>
background-color css
<style>
a { background-color: #93808B; }
a { background-color: rgb(147,128,139); }
div.DivClassName
{
background-color: #93808B;
}
.BgClassName
{
background-color: #93808B;
}
</style>
border-color css
<style>
span { border-color: #93808B; }
span { border-color: rgb(147,128,139); }
td.TdClassName
{
border-color: #93808B;
}
.TagClassName
{
border-color: #93808B;
}
</style>