Shades of Mountbatten Pink #93798C
Tints of Mountbatten Pink #93798C
RGB
CMYK
RGB Variations
Color information
#93798C (or 0x93798C) is known color: Mountbatten Pink. HEX triplet: 93, 79 and 8C. RGB value is (147,121,140). Sum of RGB (Red+Green+Blue) = 147+121+140=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #93798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93798C is #6C8673. Grayscale: #828282. Windows color (decimal): -7112308 or 9206163. OLE color: 9206163.
HSL color Cylindrical-coordinate representation of color #93798C: hue angle of 316.15º 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 #93798C is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 121 | 140 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.42 |
| HSL | 316.15º | 0.11% | 0.53% | - |
| HSV(B) | 316.15º | 0.18% | 0.58% | - |
| XYZ | 23.6 | 21.77 | 27.77 | - |
| YUV | 130.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 140 | 0 | 0.18 | 0.05 | 0.42 | 316.15 | 0.11 | 0.53 |
| Hex | 93 | 79 | 8C | 0 | 12 | 5 | 2A | 13C | B | 35 |
| Octal | 223 | 171 | 214 | 0 | 22 | 5 | 52 | 474 | 13 | 65 |
| Binary | 10010011 | 1111001 | 10001100 | 0 | 10010 | 101 | 101010 | 100111100 | 1011 | 110101 |
Color Harmonies of #93798C
Complementary color
Monochromatic Colors of #93798C
Black with #93798C
Text Example
Text Example
White with #93798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93798C; }
p { color: rgb(147,121,140); }
H1.HeaderClassName
{
color: #93798C;
}
.AnyTagClassName
{
color: #93798C;
}
</style>
background-color css
<style>
a { background-color: #93798C; }
a { background-color: rgb(147,121,140); }
div.DivClassName
{
background-color: #93798C;
}
.BgClassName
{
background-color: #93798C;
}
</style>
border-color css
<style>
span { border-color: #93798C; }
span { border-color: rgb(147,121,140); }
td.TdClassName
{
border-color: #93798C;
}
.TagClassName
{
border-color: #93798C;
}
</style>