Shades of Mountbatten Pink #9C828D
Tints of Mountbatten Pink #9C828D
RGB
CMYK
RGB Variations
Color information
#9C828D (or 0x9C828D) is known color: Mountbatten Pink. HEX triplet: 9C, 82 and 8D. RGB value is (156,130,141). Sum of RGB (Red+Green+Blue) = 156+130+141=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C828D is #637D72. Grayscale: #8B8B8B. Windows color (decimal): -6520179 or 9274012. OLE color: 9274012.
HSL color Cylindrical-coordinate representation of color #9C828D: hue angle of 334.62º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C828D is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 141 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.39 |
| HSL | 334.62º | 0.12% | 0.56% | - |
| HSV(B) | 334.62º | 0.17% | 0.61% | - |
| XYZ | 26.5 | 24.96 | 28.62 | - |
| YUV | 139.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 141 | 0 | 0.17 | 0.10 | 0.39 | 334.62 | 0.12 | 0.56 |
| Hex | 9C | 82 | 8D | 0 | 11 | A | 27 | 14F | C | 38 |
| Octal | 234 | 202 | 215 | 0 | 21 | 12 | 47 | 517 | 14 | 70 |
| Binary | 10011100 | 10000010 | 10001101 | 0 | 10001 | 1010 | 100111 | 101001111 | 1100 | 111000 |
Color Harmonies of #9C828D
Complementary color
Monochromatic Colors of #9C828D
Black with #9C828D
Text Example
Text Example
White with #9C828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C828D; }
p { color: rgb(156,130,141); }
H1.HeaderClassName
{
color: #9C828D;
}
.AnyTagClassName
{
color: #9C828D;
}
</style>
background-color css
<style>
a { background-color: #9C828D; }
a { background-color: rgb(156,130,141); }
div.DivClassName
{
background-color: #9C828D;
}
.BgClassName
{
background-color: #9C828D;
}
</style>
border-color css
<style>
span { border-color: #9C828D; }
span { border-color: rgb(156,130,141); }
td.TdClassName
{
border-color: #9C828D;
}
.TagClassName
{
border-color: #9C828D;
}
</style>