Shades of Mountbatten Pink #9C768D
Tints of Mountbatten Pink #9C768D
RGB
CMYK
RGB Variations
Color information
#9C768D (or 0x9C768D) is known color: Mountbatten Pink. HEX triplet: 9C, 76 and 8D. RGB value is (156,118,141). Sum of RGB (Red+Green+Blue) = 156+118+141=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C768D is #638972. Grayscale: #838383. Windows color (decimal): -6523251 or 9270940. OLE color: 9270940.
HSL color Cylindrical-coordinate representation of color #9C768D: hue angle of 323.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C768D is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 141 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.39 |
| HSL | 323.68º | 0.16% | 0.54% | - |
| HSV(B) | 323.68º | 0.24% | 0.61% | - |
| XYZ | 25 | 21.95 | 28.12 | - |
| YUV | 131.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 141 | 0 | 0.24 | 0.10 | 0.39 | 323.68 | 0.16 | 0.54 |
| Hex | 9C | 76 | 8D | 0 | 18 | A | 27 | 144 | 10 | 36 |
| Octal | 234 | 166 | 215 | 0 | 30 | 12 | 47 | 504 | 20 | 66 |
| Binary | 10011100 | 1110110 | 10001101 | 0 | 11000 | 1010 | 100111 | 101000100 | 10000 | 110110 |
Color Harmonies of #9C768D
Complementary color
Monochromatic Colors of #9C768D
Black with #9C768D
Text Example
Text Example
White with #9C768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C768D; }
p { color: rgb(156,118,141); }
H1.HeaderClassName
{
color: #9C768D;
}
.AnyTagClassName
{
color: #9C768D;
}
</style>
background-color css
<style>
a { background-color: #9C768D; }
a { background-color: rgb(156,118,141); }
div.DivClassName
{
background-color: #9C768D;
}
.BgClassName
{
background-color: #9C768D;
}
</style>
border-color css
<style>
span { border-color: #9C768D; }
span { border-color: rgb(156,118,141); }
td.TdClassName
{
border-color: #9C768D;
}
.TagClassName
{
border-color: #9C768D;
}
</style>