Shades of Mountbatten Pink #93688C
Tints of Mountbatten Pink #93688C
RGB
CMYK
RGB Variations
Color information
#93688C (or 0x93688C) is known color: Mountbatten Pink. HEX triplet: 93, 68 and 8C. RGB value is (147,104,140). Sum of RGB (Red+Green+Blue) = 147+104+140=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93688C is #6C9773. Grayscale: #787878. Windows color (decimal): -7116660 or 9201811. OLE color: 9201811.
HSL color Cylindrical-coordinate representation of color #93688C: hue angle of 309.77º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93688C is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 140 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.42 |
| HSL | 309.77º | 0.17% | 0.49% | - |
| HSV(B) | 309.77º | 0.29% | 0.58% | - |
| XYZ | 21.72 | 18 | 27.14 | - |
| YUV | 120.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 140 | 0 | 0.29 | 0.05 | 0.42 | 309.77 | 0.17 | 0.49 |
| Hex | 93 | 68 | 8C | 0 | 1D | 5 | 2A | 136 | 11 | 31 |
| Octal | 223 | 150 | 214 | 0 | 35 | 5 | 52 | 466 | 21 | 61 |
| Binary | 10010011 | 1101000 | 10001100 | 0 | 11101 | 101 | 101010 | 100110110 | 10001 | 110001 |
Color Harmonies of #93688C
Complementary color
Monochromatic Colors of #93688C
Black with #93688C
Text Example
Text Example
White with #93688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93688C; }
p { color: rgb(147,104,140); }
H1.HeaderClassName
{
color: #93688C;
}
.AnyTagClassName
{
color: #93688C;
}
</style>
background-color css
<style>
a { background-color: #93688C; }
a { background-color: rgb(147,104,140); }
div.DivClassName
{
background-color: #93688C;
}
.BgClassName
{
background-color: #93688C;
}
</style>
border-color css
<style>
span { border-color: #93688C; }
span { border-color: rgb(147,104,140); }
td.TdClassName
{
border-color: #93688C;
}
.TagClassName
{
border-color: #93688C;
}
</style>