Shades of Mountbatten Pink #9B7693
Tints of Mountbatten Pink #9B7693
RGB
CMYK
RGB Variations
Color information
#9B7693 (or 0x9B7693) is known color: Mountbatten Pink. HEX triplet: 9B, 76 and 93. RGB value is (155,118,147). Sum of RGB (Red+Green+Blue) = 155+118+147=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7693 is #64896C. Grayscale: #848484. Windows color (decimal): -6588781 or 9664155. OLE color: 9664155.
HSL color Cylindrical-coordinate representation of color #9B7693: hue angle of 312.97º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B7693 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 147 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.39 |
| HSL | 312.97º | 0.16% | 0.54% | - |
| HSV(B) | 312.97º | 0.24% | 0.61% | - |
| XYZ | 25.26 | 22.03 | 30.52 | - |
| YUV | 132.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 147 | 0 | 0.24 | 0.05 | 0.39 | 312.97 | 0.16 | 0.54 |
| Hex | 9B | 76 | 93 | 0 | 18 | 5 | 27 | 139 | 10 | 36 |
| Octal | 233 | 166 | 223 | 0 | 30 | 5 | 47 | 471 | 20 | 66 |
| Binary | 10011011 | 1110110 | 10010011 | 0 | 11000 | 101 | 100111 | 100111001 | 10000 | 110110 |
Color Harmonies of #9B7693
Complementary color
Monochromatic Colors of #9B7693
Black with #9B7693
Text Example
Text Example
White with #9B7693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7693; }
p { color: rgb(155,118,147); }
H1.HeaderClassName
{
color: #9B7693;
}
.AnyTagClassName
{
color: #9B7693;
}
</style>
background-color css
<style>
a { background-color: #9B7693; }
a { background-color: rgb(155,118,147); }
div.DivClassName
{
background-color: #9B7693;
}
.BgClassName
{
background-color: #9B7693;
}
</style>
border-color css
<style>
span { border-color: #9B7693; }
span { border-color: rgb(155,118,147); }
td.TdClassName
{
border-color: #9B7693;
}
.TagClassName
{
border-color: #9B7693;
}
</style>