Shades of Mountbatten Pink #9F6D8C
Tints of Mountbatten Pink #9F6D8C
RGB
CMYK
RGB Variations
Color information
#9F6D8C (or 0x9F6D8C) is known color: Mountbatten Pink. HEX triplet: 9F, 6D and 8C. RGB value is (159,109,140). Sum of RGB (Red+Green+Blue) = 159+109+140=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6D8C is #609273. Grayscale: #7F7F7F. Windows color (decimal): -6328948 or 9203103. OLE color: 9203103.
HSL color Cylindrical-coordinate representation of color #9F6D8C: hue angle of 322.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6D8C is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 109 | 140 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.38 |
| HSL | 322.8º | 0.21% | 0.53% | - |
| HSV(B) | 322.8º | 0.31% | 0.62% | - |
| XYZ | 24.5 | 20.2 | 27.42 | - |
| YUV | 127.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 140 | 0 | 0.31 | 0.12 | 0.38 | 322.8 | 0.21 | 0.53 |
| Hex | 9F | 6D | 8C | 0 | 1F | C | 26 | 143 | 15 | 35 |
| Octal | 237 | 155 | 214 | 0 | 37 | 14 | 46 | 503 | 25 | 65 |
| Binary | 10011111 | 1101101 | 10001100 | 0 | 11111 | 1100 | 100110 | 101000011 | 10101 | 110101 |
Color Harmonies of #9F6D8C
Complementary color
Monochromatic Colors of #9F6D8C
Black with #9F6D8C
Text Example
Text Example
White with #9F6D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6D8C; }
p { color: rgb(159,109,140); }
H1.HeaderClassName
{
color: #9F6D8C;
}
.AnyTagClassName
{
color: #9F6D8C;
}
</style>
background-color css
<style>
a { background-color: #9F6D8C; }
a { background-color: rgb(159,109,140); }
div.DivClassName
{
background-color: #9F6D8C;
}
.BgClassName
{
background-color: #9F6D8C;
}
</style>
border-color css
<style>
span { border-color: #9F6D8C; }
span { border-color: rgb(159,109,140); }
td.TdClassName
{
border-color: #9F6D8C;
}
.TagClassName
{
border-color: #9F6D8C;
}
</style>