Shades of Mountbatten Pink #93838C
Tints of Mountbatten Pink #93838C
RGB
CMYK
RGB Variations
Color information
#93838C (or 0x93838C) is known color: Mountbatten Pink. HEX triplet: 93, 83 and 8C. RGB value is (147,131,140). Sum of RGB (Red+Green+Blue) = 147+131+140=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93838C is #6C7C73. Grayscale: #888888. Windows color (decimal): -7109748 or 9208723. OLE color: 9208723.
HSL color Cylindrical-coordinate representation of color #93838C: hue angle of 326.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93838C is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 140 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.42 |
| HSL | 326.25º | 0.07% | 0.55% | - |
| HSV(B) | 326.25º | 0.11% | 0.58% | - |
| XYZ | 24.88 | 24.33 | 28.2 | - |
| YUV | 136.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 140 | 0 | 0.11 | 0.05 | 0.42 | 326.25 | 0.07 | 0.55 |
| Hex | 93 | 83 | 8C | 0 | B | 5 | 2A | 146 | 7 | 37 |
| Octal | 223 | 203 | 214 | 0 | 13 | 5 | 52 | 506 | 7 | 67 |
| Binary | 10010011 | 10000011 | 10001100 | 0 | 1011 | 101 | 101010 | 101000110 | 111 | 110111 |
Color Harmonies of #93838C
Complementary color
Monochromatic Colors of #93838C
Black with #93838C
Text Example
Text Example
White with #93838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93838C; }
p { color: rgb(147,131,140); }
H1.HeaderClassName
{
color: #93838C;
}
.AnyTagClassName
{
color: #93838C;
}
</style>
background-color css
<style>
a { background-color: #93838C; }
a { background-color: rgb(147,131,140); }
div.DivClassName
{
background-color: #93838C;
}
.BgClassName
{
background-color: #93838C;
}
</style>
border-color css
<style>
span { border-color: #93838C; }
span { border-color: rgb(147,131,140); }
td.TdClassName
{
border-color: #93838C;
}
.TagClassName
{
border-color: #93838C;
}
</style>