Shades of Mountbatten Pink #93798B
Tints of Mountbatten Pink #93798B
RGB
CMYK
RGB Variations
Color information
#93798B (or 0x93798B) is known color: Mountbatten Pink. HEX triplet: 93, 79 and 8B. RGB value is (147,121,139). Sum of RGB (Red+Green+Blue) = 147+121+139=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #93798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93798B is #6C8674. Grayscale: #828282. Windows color (decimal): -7112309 or 9140627. OLE color: 9140627.
HSL color Cylindrical-coordinate representation of color #93798B: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93798B is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 121 | 139 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.42 |
| HSL | 318.46º | 0.11% | 0.53% | - |
| HSV(B) | 318.46º | 0.18% | 0.58% | - |
| XYZ | 23.53 | 21.74 | 27.38 | - |
| YUV | 130.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 139 | 0 | 0.18 | 0.05 | 0.42 | 318.46 | 0.11 | 0.53 |
| Hex | 93 | 79 | 8B | 0 | 12 | 5 | 2A | 13E | B | 35 |
| Octal | 223 | 171 | 213 | 0 | 22 | 5 | 52 | 476 | 13 | 65 |
| Binary | 10010011 | 1111001 | 10001011 | 0 | 10010 | 101 | 101010 | 100111110 | 1011 | 110101 |
Color Harmonies of #93798B
Complementary color
Monochromatic Colors of #93798B
Black with #93798B
Text Example
Text Example
White with #93798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93798B; }
p { color: rgb(147,121,139); }
H1.HeaderClassName
{
color: #93798B;
}
.AnyTagClassName
{
color: #93798B;
}
</style>
background-color css
<style>
a { background-color: #93798B; }
a { background-color: rgb(147,121,139); }
div.DivClassName
{
background-color: #93798B;
}
.BgClassName
{
background-color: #93798B;
}
</style>
border-color css
<style>
span { border-color: #93798B; }
span { border-color: rgb(147,121,139); }
td.TdClassName
{
border-color: #93798B;
}
.TagClassName
{
border-color: #93798B;
}
</style>