Shades of Mountbatten Pink #9B6F8C
Tints of Mountbatten Pink #9B6F8C
RGB
CMYK
RGB Variations
Color information
#9B6F8C (or 0x9B6F8C) is known color: Mountbatten Pink. HEX triplet: 9B, 6F and 8C. RGB value is (155,111,140). Sum of RGB (Red+Green+Blue) = 155+111+140=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6F8C is #649073. Grayscale: #7F7F7F. Windows color (decimal): -6590580 or 9203611. OLE color: 9203611.
HSL color Cylindrical-coordinate representation of color #9B6F8C: hue angle of 320.45º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B6F8C is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 140 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.39 |
| HSL | 320.45º | 0.18% | 0.52% | - |
| HSV(B) | 320.45º | 0.28% | 0.61% | - |
| XYZ | 23.94 | 20.23 | 27.45 | - |
| YUV | 127.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 140 | 0 | 0.28 | 0.10 | 0.39 | 320.45 | 0.18 | 0.52 |
| Hex | 9B | 6F | 8C | 0 | 1C | A | 27 | 140 | 12 | 34 |
| Octal | 233 | 157 | 214 | 0 | 34 | 12 | 47 | 500 | 22 | 64 |
| Binary | 10011011 | 1101111 | 10001100 | 0 | 11100 | 1010 | 100111 | 101000000 | 10010 | 110100 |
Color Harmonies of #9B6F8C
Complementary color
Monochromatic Colors of #9B6F8C
Black with #9B6F8C
Text Example
Text Example
White with #9B6F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F8C; }
p { color: rgb(155,111,140); }
H1.HeaderClassName
{
color: #9B6F8C;
}
.AnyTagClassName
{
color: #9B6F8C;
}
</style>
background-color css
<style>
a { background-color: #9B6F8C; }
a { background-color: rgb(155,111,140); }
div.DivClassName
{
background-color: #9B6F8C;
}
.BgClassName
{
background-color: #9B6F8C;
}
</style>
border-color css
<style>
span { border-color: #9B6F8C; }
span { border-color: rgb(155,111,140); }
td.TdClassName
{
border-color: #9B6F8C;
}
.TagClassName
{
border-color: #9B6F8C;
}
</style>