Shades of Mountbatten Pink #9B698E
Tints of Mountbatten Pink #9B698E
RGB
CMYK
RGB Variations
Color information
#9B698E (or 0x9B698E) is known color: Mountbatten Pink. HEX triplet: 9B, 69 and 8E. RGB value is (155,105,142). Sum of RGB (Red+Green+Blue) = 155+105+142=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B698E is #649671. Grayscale: #7C7C7C. Windows color (decimal): -6592114 or 9333147. OLE color: 9333147.
HSL color Cylindrical-coordinate representation of color #9B698E: hue angle of 315.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B698E is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 142 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.39 |
| HSL | 315.6º | 0.2% | 0.51% | - |
| HSV(B) | 315.6º | 0.32% | 0.61% | - |
| XYZ | 23.45 | 19.02 | 28.03 | - |
| YUV | 124.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 142 | 0 | 0.32 | 0.08 | 0.39 | 315.6 | 0.2 | 0.51 |
| Hex | 9B | 69 | 8E | 0 | 20 | 8 | 27 | 13C | 14 | 33 |
| Octal | 233 | 151 | 216 | 0 | 40 | 10 | 47 | 474 | 24 | 63 |
| Binary | 10011011 | 1101001 | 10001110 | 0 | 100000 | 1000 | 100111 | 100111100 | 10100 | 110011 |
Color Harmonies of #9B698E
Complementary color
Monochromatic Colors of #9B698E
Black with #9B698E
Text Example
Text Example
White with #9B698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B698E; }
p { color: rgb(155,105,142); }
H1.HeaderClassName
{
color: #9B698E;
}
.AnyTagClassName
{
color: #9B698E;
}
</style>
background-color css
<style>
a { background-color: #9B698E; }
a { background-color: rgb(155,105,142); }
div.DivClassName
{
background-color: #9B698E;
}
.BgClassName
{
background-color: #9B698E;
}
</style>
border-color css
<style>
span { border-color: #9B698E; }
span { border-color: rgb(155,105,142); }
td.TdClassName
{
border-color: #9B698E;
}
.TagClassName
{
border-color: #9B698E;
}
</style>