Shades of Mountbatten Pink #9B808E
Tints of Mountbatten Pink #9B808E
RGB
CMYK
RGB Variations
Color information
#9B808E (or 0x9B808E) is known color: Mountbatten Pink. HEX triplet: 9B, 80 and 8E. RGB value is (155,128,142). Sum of RGB (Red+Green+Blue) = 155+128+142=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B808E is #647F71. Grayscale: #898989. Windows color (decimal): -6586226 or 9339035. OLE color: 9339035.
HSL color Cylindrical-coordinate representation of color #9B808E: hue angle of 328.89º 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 #9B808E is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 142 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.39 |
| HSL | 328.89º | 0.12% | 0.55% | - |
| HSV(B) | 328.89º | 0.17% | 0.61% | - |
| XYZ | 26.12 | 24.36 | 28.92 | - |
| YUV | 137.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 142 | 0 | 0.17 | 0.08 | 0.39 | 328.89 | 0.12 | 0.55 |
| Hex | 9B | 80 | 8E | 0 | 11 | 8 | 27 | 149 | C | 37 |
| Octal | 233 | 200 | 216 | 0 | 21 | 10 | 47 | 511 | 14 | 67 |
| Binary | 10011011 | 10000000 | 10001110 | 0 | 10001 | 1000 | 100111 | 101001001 | 1100 | 110111 |
Color Harmonies of #9B808E
Complementary color
Monochromatic Colors of #9B808E
Black with #9B808E
Text Example
Text Example
White with #9B808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B808E; }
p { color: rgb(155,128,142); }
H1.HeaderClassName
{
color: #9B808E;
}
.AnyTagClassName
{
color: #9B808E;
}
</style>
background-color css
<style>
a { background-color: #9B808E; }
a { background-color: rgb(155,128,142); }
div.DivClassName
{
background-color: #9B808E;
}
.BgClassName
{
background-color: #9B808E;
}
</style>
border-color css
<style>
span { border-color: #9B808E; }
span { border-color: rgb(155,128,142); }
td.TdClassName
{
border-color: #9B808E;
}
.TagClassName
{
border-color: #9B808E;
}
</style>