Shades of Mountbatten Pink #9B7195
Tints of Mountbatten Pink #9B7195
RGB
CMYK
RGB Variations
Color information
#9B7195 (or 0x9B7195) is known color: Mountbatten Pink. HEX triplet: 9B, 71 and 95. RGB value is (155,113,149). Sum of RGB (Red+Green+Blue) = 155+113+149=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7195 is #648E6A. Grayscale: #818181. Windows color (decimal): -6590059 or 9793947. OLE color: 9793947.
HSL color Cylindrical-coordinate representation of color #9B7195: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7195 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 149 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.39 |
| HSL | 308.57º | 0.17% | 0.53% | - |
| HSV(B) | 308.57º | 0.27% | 0.61% | - |
| XYZ | 24.85 | 20.95 | 31.17 | - |
| YUV | 129.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 149 | 0 | 0.27 | 0.04 | 0.39 | 308.57 | 0.17 | 0.53 |
| Hex | 9B | 71 | 95 | 0 | 1B | 4 | 27 | 135 | 11 | 35 |
| Octal | 233 | 161 | 225 | 0 | 33 | 4 | 47 | 465 | 21 | 65 |
| Binary | 10011011 | 1110001 | 10010101 | 0 | 11011 | 100 | 100111 | 100110101 | 10001 | 110101 |
Color Harmonies of #9B7195
Complementary color
Monochromatic Colors of #9B7195
Black with #9B7195
Text Example
Text Example
White with #9B7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7195; }
p { color: rgb(155,113,149); }
H1.HeaderClassName
{
color: #9B7195;
}
.AnyTagClassName
{
color: #9B7195;
}
</style>
background-color css
<style>
a { background-color: #9B7195; }
a { background-color: rgb(155,113,149); }
div.DivClassName
{
background-color: #9B7195;
}
.BgClassName
{
background-color: #9B7195;
}
</style>
border-color css
<style>
span { border-color: #9B7195; }
span { border-color: rgb(155,113,149); }
td.TdClassName
{
border-color: #9B7195;
}
.TagClassName
{
border-color: #9B7195;
}
</style>