Shades of Mountbatten Pink #9B8192
Tints of Mountbatten Pink #9B8192
RGB
CMYK
RGB Variations
Color information
#9B8192 (or 0x9B8192) is known color: Mountbatten Pink. HEX triplet: 9B, 81 and 92. RGB value is (155,129,146). Sum of RGB (Red+Green+Blue) = 155+129+146=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8192 is #647E6D. Grayscale: #8A8A8A. Windows color (decimal): -6585966 or 9601435. OLE color: 9601435.
HSL color Cylindrical-coordinate representation of color #9B8192: hue angle of 320.77º 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 #9B8192 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 146 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.39 |
| HSL | 320.77º | 0.12% | 0.56% | - |
| HSV(B) | 320.77º | 0.17% | 0.61% | - |
| XYZ | 26.56 | 24.74 | 30.57 | - |
| YUV | 138.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 146 | 0 | 0.17 | 0.06 | 0.39 | 320.77 | 0.12 | 0.56 |
| Hex | 9B | 81 | 92 | 0 | 11 | 6 | 27 | 141 | C | 38 |
| Octal | 233 | 201 | 222 | 0 | 21 | 6 | 47 | 501 | 14 | 70 |
| Binary | 10011011 | 10000001 | 10010010 | 0 | 10001 | 110 | 100111 | 101000001 | 1100 | 111000 |
Color Harmonies of #9B8192
Complementary color
Monochromatic Colors of #9B8192
Black with #9B8192
Text Example
Text Example
White with #9B8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8192; }
p { color: rgb(155,129,146); }
H1.HeaderClassName
{
color: #9B8192;
}
.AnyTagClassName
{
color: #9B8192;
}
</style>
background-color css
<style>
a { background-color: #9B8192; }
a { background-color: rgb(155,129,146); }
div.DivClassName
{
background-color: #9B8192;
}
.BgClassName
{
background-color: #9B8192;
}
</style>
border-color css
<style>
span { border-color: #9B8192; }
span { border-color: rgb(155,129,146); }
td.TdClassName
{
border-color: #9B8192;
}
.TagClassName
{
border-color: #9B8192;
}
</style>