Shades of Mountbatten Pink #9B808F
Tints of Mountbatten Pink #9B808F
RGB
CMYK
RGB Variations
Color information
#9B808F (or 0x9B808F) is known color: Mountbatten Pink. HEX triplet: 9B, 80 and 8F. RGB value is (155,128,143). Sum of RGB (Red+Green+Blue) = 155+128+143=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B808F is #647F70. Grayscale: #898989. Windows color (decimal): -6586225 or 9404571. OLE color: 9404571.
HSL color Cylindrical-coordinate representation of color #9B808F: hue angle of 326.67º 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 #9B808F is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 143 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.39 |
| HSL | 326.67º | 0.12% | 0.55% | - |
| HSV(B) | 326.67º | 0.17% | 0.61% | - |
| XYZ | 26.19 | 24.39 | 29.31 | - |
| YUV | 137.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 143 | 0 | 0.17 | 0.08 | 0.39 | 326.67 | 0.12 | 0.55 |
| Hex | 9B | 80 | 8F | 0 | 11 | 8 | 27 | 147 | C | 37 |
| Octal | 233 | 200 | 217 | 0 | 21 | 10 | 47 | 507 | 14 | 67 |
| Binary | 10011011 | 10000000 | 10001111 | 0 | 10001 | 1000 | 100111 | 101000111 | 1100 | 110111 |
Color Harmonies of #9B808F
Complementary color
Monochromatic Colors of #9B808F
Black with #9B808F
Text Example
Text Example
White with #9B808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B808F; }
p { color: rgb(155,128,143); }
H1.HeaderClassName
{
color: #9B808F;
}
.AnyTagClassName
{
color: #9B808F;
}
</style>
background-color css
<style>
a { background-color: #9B808F; }
a { background-color: rgb(155,128,143); }
div.DivClassName
{
background-color: #9B808F;
}
.BgClassName
{
background-color: #9B808F;
}
</style>
border-color css
<style>
span { border-color: #9B808F; }
span { border-color: rgb(155,128,143); }
td.TdClassName
{
border-color: #9B808F;
}
.TagClassName
{
border-color: #9B808F;
}
</style>