Shades of Mountbatten Pink #9C758D
Tints of Mountbatten Pink #9C758D
RGB
CMYK
RGB Variations
Color information
#9C758D (or 0x9C758D) is known color: Mountbatten Pink. HEX triplet: 9C, 75 and 8D. RGB value is (156,117,141). Sum of RGB (Red+Green+Blue) = 156+117+141=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C758D is #638A72. Grayscale: #838383. Windows color (decimal): -6523507 or 9270684. OLE color: 9270684.
HSL color Cylindrical-coordinate representation of color #9C758D: hue angle of 323.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C758D is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 141 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.39 |
| HSL | 323.08º | 0.16% | 0.54% | - |
| HSV(B) | 323.08º | 0.25% | 0.61% | - |
| XYZ | 24.88 | 21.71 | 28.08 | - |
| YUV | 131.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 141 | 0 | 0.25 | 0.10 | 0.39 | 323.08 | 0.16 | 0.54 |
| Hex | 9C | 75 | 8D | 0 | 19 | A | 27 | 143 | 10 | 36 |
| Octal | 234 | 165 | 215 | 0 | 31 | 12 | 47 | 503 | 20 | 66 |
| Binary | 10011100 | 1110101 | 10001101 | 0 | 11001 | 1010 | 100111 | 101000011 | 10000 | 110110 |
Color Harmonies of #9C758D
Complementary color
Monochromatic Colors of #9C758D
Black with #9C758D
Text Example
Text Example
White with #9C758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C758D; }
p { color: rgb(156,117,141); }
H1.HeaderClassName
{
color: #9C758D;
}
.AnyTagClassName
{
color: #9C758D;
}
</style>
background-color css
<style>
a { background-color: #9C758D; }
a { background-color: rgb(156,117,141); }
div.DivClassName
{
background-color: #9C758D;
}
.BgClassName
{
background-color: #9C758D;
}
</style>
border-color css
<style>
span { border-color: #9C758D; }
span { border-color: rgb(156,117,141); }
td.TdClassName
{
border-color: #9C758D;
}
.TagClassName
{
border-color: #9C758D;
}
</style>