Shades of Mountbatten Pink #9B808D
Tints of Mountbatten Pink #9B808D
RGB
CMYK
RGB Variations
Color information
#9B808D (or 0x9B808D) is known color: Mountbatten Pink. HEX triplet: 9B, 80 and 8D. RGB value is (155,128,141). Sum of RGB (Red+Green+Blue) = 155+128+141=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B808D is #647F72. Grayscale: #898989. Windows color (decimal): -6586227 or 9273499. OLE color: 9273499.
HSL color Cylindrical-coordinate representation of color #9B808D: hue angle of 331.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B808D is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 141 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.39 |
| HSL | 331.11º | 0.12% | 0.55% | - |
| HSV(B) | 331.11º | 0.17% | 0.61% | - |
| XYZ | 26.04 | 24.33 | 28.52 | - |
| YUV | 137.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 141 | 0 | 0.17 | 0.09 | 0.39 | 331.11 | 0.12 | 0.55 |
| Hex | 9B | 80 | 8D | 0 | 11 | 9 | 27 | 14B | C | 37 |
| Octal | 233 | 200 | 215 | 0 | 21 | 11 | 47 | 513 | 14 | 67 |
| Binary | 10011011 | 10000000 | 10001101 | 0 | 10001 | 1001 | 100111 | 101001011 | 1100 | 110111 |
Color Harmonies of #9B808D
Complementary color
Monochromatic Colors of #9B808D
Black with #9B808D
Text Example
Text Example
White with #9B808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B808D; }
p { color: rgb(155,128,141); }
H1.HeaderClassName
{
color: #9B808D;
}
.AnyTagClassName
{
color: #9B808D;
}
</style>
background-color css
<style>
a { background-color: #9B808D; }
a { background-color: rgb(155,128,141); }
div.DivClassName
{
background-color: #9B808D;
}
.BgClassName
{
background-color: #9B808D;
}
</style>
border-color css
<style>
span { border-color: #9B808D; }
span { border-color: rgb(155,128,141); }
td.TdClassName
{
border-color: #9B808D;
}
.TagClassName
{
border-color: #9B808D;
}
</style>