Shades of Mountbatten Pink #9B768F
Tints of Mountbatten Pink #9B768F
RGB
CMYK
RGB Variations
Color information
#9B768F (or 0x9B768F) is known color: Mountbatten Pink. HEX triplet: 9B, 76 and 8F. RGB value is (155,118,143). Sum of RGB (Red+Green+Blue) = 155+118+143=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B768F is #648970. Grayscale: #838383. Windows color (decimal): -6588785 or 9402011. OLE color: 9402011.
HSL color Cylindrical-coordinate representation of color #9B768F: hue angle of 319.46º 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 #9B768F is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 143 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.39 |
| HSL | 319.46º | 0.16% | 0.54% | - |
| HSV(B) | 319.46º | 0.24% | 0.61% | - |
| XYZ | 24.95 | 21.91 | 28.9 | - |
| YUV | 131.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 143 | 0 | 0.24 | 0.08 | 0.39 | 319.46 | 0.16 | 0.54 |
| Hex | 9B | 76 | 8F | 0 | 18 | 8 | 27 | 13F | 10 | 36 |
| Octal | 233 | 166 | 217 | 0 | 30 | 10 | 47 | 477 | 20 | 66 |
| Binary | 10011011 | 1110110 | 10001111 | 0 | 11000 | 1000 | 100111 | 100111111 | 10000 | 110110 |
Color Harmonies of #9B768F
Complementary color
Monochromatic Colors of #9B768F
Black with #9B768F
Text Example
Text Example
White with #9B768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B768F; }
p { color: rgb(155,118,143); }
H1.HeaderClassName
{
color: #9B768F;
}
.AnyTagClassName
{
color: #9B768F;
}
</style>
background-color css
<style>
a { background-color: #9B768F; }
a { background-color: rgb(155,118,143); }
div.DivClassName
{
background-color: #9B768F;
}
.BgClassName
{
background-color: #9B768F;
}
</style>
border-color css
<style>
span { border-color: #9B768F; }
span { border-color: rgb(155,118,143); }
td.TdClassName
{
border-color: #9B768F;
}
.TagClassName
{
border-color: #9B768F;
}
</style>