Shades of Mountbatten Pink #9B738C
Tints of Mountbatten Pink #9B738C
RGB
CMYK
RGB Variations
Color information
#9B738C (or 0x9B738C) is known color: Mountbatten Pink. HEX triplet: 9B, 73 and 8C. RGB value is (155,115,140). Sum of RGB (Red+Green+Blue) = 155+115+140=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B738C is #648C73. Grayscale: #818181. Windows color (decimal): -6589556 or 9204635. OLE color: 9204635.
HSL color Cylindrical-coordinate representation of color #9B738C: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B738C is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 140 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.39 |
| HSL | 322.5º | 0.17% | 0.53% | - |
| HSV(B) | 322.5º | 0.26% | 0.61% | - |
| XYZ | 24.38 | 21.12 | 27.6 | - |
| YUV | 129.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 140 | 0 | 0.26 | 0.10 | 0.39 | 322.5 | 0.17 | 0.53 |
| Hex | 9B | 73 | 8C | 0 | 1A | A | 27 | 142 | 11 | 35 |
| Octal | 233 | 163 | 214 | 0 | 32 | 12 | 47 | 502 | 21 | 65 |
| Binary | 10011011 | 1110011 | 10001100 | 0 | 11010 | 1010 | 100111 | 101000010 | 10001 | 110101 |
Color Harmonies of #9B738C
Complementary color
Monochromatic Colors of #9B738C
Black with #9B738C
Text Example
Text Example
White with #9B738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B738C; }
p { color: rgb(155,115,140); }
H1.HeaderClassName
{
color: #9B738C;
}
.AnyTagClassName
{
color: #9B738C;
}
</style>
background-color css
<style>
a { background-color: #9B738C; }
a { background-color: rgb(155,115,140); }
div.DivClassName
{
background-color: #9B738C;
}
.BgClassName
{
background-color: #9B738C;
}
</style>
border-color css
<style>
span { border-color: #9B738C; }
span { border-color: rgb(155,115,140); }
td.TdClassName
{
border-color: #9B738C;
}
.TagClassName
{
border-color: #9B738C;
}
</style>