Shades of Mountbatten Pink #93808A
Tints of Mountbatten Pink #93808A
RGB
CMYK
RGB Variations
Color information
#93808A (or 0x93808A) is known color: Mountbatten Pink. HEX triplet: 93, 80 and 8A. RGB value is (147,128,138). Sum of RGB (Red+Green+Blue) = 147+128+138=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #93808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808A is #6C7F75. Grayscale: #868686. Windows color (decimal): -7110518 or 9076883. OLE color: 9076883.
HSL color Cylindrical-coordinate representation of color #93808A: 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 #93808A is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 138 | - |
| 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.34 | 23.48 | 27.29 | - |
| YUV | 134.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 138 | 0 | 0.13 | 0.06 | 0.42 | 328.42 | 0.08 | 0.54 |
| Hex | 93 | 80 | 8A | 0 | D | 6 | 2A | 148 | 8 | 36 |
| Octal | 223 | 200 | 212 | 0 | 15 | 6 | 52 | 510 | 10 | 66 |
| Binary | 10010011 | 10000000 | 10001010 | 0 | 1101 | 110 | 101010 | 101001000 | 1000 | 110110 |
Color Harmonies of #93808A
Complementary color
Monochromatic Colors of #93808A
Black with #93808A
Text Example
Text Example
White with #93808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93808A; }
p { color: rgb(147,128,138); }
H1.HeaderClassName
{
color: #93808A;
}
.AnyTagClassName
{
color: #93808A;
}
</style>
background-color css
<style>
a { background-color: #93808A; }
a { background-color: rgb(147,128,138); }
div.DivClassName
{
background-color: #93808A;
}
.BgClassName
{
background-color: #93808A;
}
</style>
border-color css
<style>
span { border-color: #93808A; }
span { border-color: rgb(147,128,138); }
td.TdClassName
{
border-color: #93808A;
}
.TagClassName
{
border-color: #93808A;
}
</style>