Shades of Mountbatten Pink #93758A
Tints of Mountbatten Pink #93758A
RGB
CMYK
RGB Variations
Color information
#93758A (or 0x93758A) is known color: Mountbatten Pink. HEX triplet: 93, 75 and 8A. RGB value is (147,117,138). Sum of RGB (Red+Green+Blue) = 147+117+138=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #93758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93758A is #6C8A75. Grayscale: #808080. Windows color (decimal): -7113334 or 9074067. OLE color: 9074067.
HSL color Cylindrical-coordinate representation of color #93758A: hue angle of 318º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93758A is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 138 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.42 |
| HSL | 318º | 0.12% | 0.52% | - |
| HSV(B) | 318º | 0.2% | 0.58% | - |
| XYZ | 22.98 | 20.76 | 26.84 | - |
| YUV | 128.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 138 | 0 | 0.20 | 0.06 | 0.42 | 318 | 0.12 | 0.52 |
| Hex | 93 | 75 | 8A | 0 | 14 | 6 | 2A | 13E | C | 34 |
| Octal | 223 | 165 | 212 | 0 | 24 | 6 | 52 | 476 | 14 | 64 |
| Binary | 10010011 | 1110101 | 10001010 | 0 | 10100 | 110 | 101010 | 100111110 | 1100 | 110100 |
Color Harmonies of #93758A
Complementary color
Monochromatic Colors of #93758A
Black with #93758A
Text Example
Text Example
White with #93758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93758A; }
p { color: rgb(147,117,138); }
H1.HeaderClassName
{
color: #93758A;
}
.AnyTagClassName
{
color: #93758A;
}
</style>
background-color css
<style>
a { background-color: #93758A; }
a { background-color: rgb(147,117,138); }
div.DivClassName
{
background-color: #93758A;
}
.BgClassName
{
background-color: #93758A;
}
</style>
border-color css
<style>
span { border-color: #93758A; }
span { border-color: rgb(147,117,138); }
td.TdClassName
{
border-color: #93758A;
}
.TagClassName
{
border-color: #93758A;
}
</style>