Shades of Mountbatten Pink #9B8195
Tints of Mountbatten Pink #9B8195
RGB
CMYK
RGB Variations
Color information
#9B8195 (or 0x9B8195) is known color: Mountbatten Pink. HEX triplet: 9B, 81 and 95. RGB value is (155,129,149). Sum of RGB (Red+Green+Blue) = 155+129+149=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8195 is #647E6A. Grayscale: #8B8B8B. Windows color (decimal): -6585963 or 9798043. OLE color: 9798043.
HSL color Cylindrical-coordinate representation of color #9B8195: hue angle of 313.85º 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 #9B8195 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 149 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.39 |
| HSL | 313.85º | 0.12% | 0.56% | - |
| HSV(B) | 313.85º | 0.17% | 0.61% | - |
| XYZ | 26.79 | 24.84 | 31.82 | - |
| YUV | 139.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 149 | 0 | 0.17 | 0.04 | 0.39 | 313.85 | 0.12 | 0.56 |
| Hex | 9B | 81 | 95 | 0 | 11 | 4 | 27 | 13A | C | 38 |
| Octal | 233 | 201 | 225 | 0 | 21 | 4 | 47 | 472 | 14 | 70 |
| Binary | 10011011 | 10000001 | 10010101 | 0 | 10001 | 100 | 100111 | 100111010 | 1100 | 111000 |
Color Harmonies of #9B8195
Complementary color
Monochromatic Colors of #9B8195
Black with #9B8195
Text Example
Text Example
White with #9B8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8195; }
p { color: rgb(155,129,149); }
H1.HeaderClassName
{
color: #9B8195;
}
.AnyTagClassName
{
color: #9B8195;
}
</style>
background-color css
<style>
a { background-color: #9B8195; }
a { background-color: rgb(155,129,149); }
div.DivClassName
{
background-color: #9B8195;
}
.BgClassName
{
background-color: #9B8195;
}
</style>
border-color css
<style>
span { border-color: #9B8195; }
span { border-color: rgb(155,129,149); }
td.TdClassName
{
border-color: #9B8195;
}
.TagClassName
{
border-color: #9B8195;
}
</style>