Shades of Mountbatten Pink #9F6A93
Tints of Mountbatten Pink #9F6A93
RGB
CMYK
RGB Variations
Color information
#9F6A93 (or 0x9F6A93) is known color: Mountbatten Pink. HEX triplet: 9F, 6A and 93. RGB value is (159,106,147). Sum of RGB (Red+Green+Blue) = 159+106+147=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6A93 is #60956C. Grayscale: #7E7E7E. Windows color (decimal): -6329709 or 9661087. OLE color: 9661087.
HSL color Cylindrical-coordinate representation of color #9F6A93: hue angle of 313.58º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6A93 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 106 | 147 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.38 |
| HSL | 313.58º | 0.22% | 0.52% | - |
| HSV(B) | 313.58º | 0.33% | 0.62% | - |
| XYZ | 24.72 | 19.79 | 30.12 | - |
| YUV | 126.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 147 | 0 | 0.33 | 0.08 | 0.38 | 313.58 | 0.22 | 0.52 |
| Hex | 9F | 6A | 93 | 0 | 21 | 8 | 26 | 13A | 16 | 34 |
| Octal | 237 | 152 | 223 | 0 | 41 | 10 | 46 | 472 | 26 | 64 |
| Binary | 10011111 | 1101010 | 10010011 | 0 | 100001 | 1000 | 100110 | 100111010 | 10110 | 110100 |
Color Harmonies of #9F6A93
Complementary color
Monochromatic Colors of #9F6A93
Black with #9F6A93
Text Example
Text Example
White with #9F6A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6A93; }
p { color: rgb(159,106,147); }
H1.HeaderClassName
{
color: #9F6A93;
}
.AnyTagClassName
{
color: #9F6A93;
}
</style>
background-color css
<style>
a { background-color: #9F6A93; }
a { background-color: rgb(159,106,147); }
div.DivClassName
{
background-color: #9F6A93;
}
.BgClassName
{
background-color: #9F6A93;
}
</style>
border-color css
<style>
span { border-color: #9F6A93; }
span { border-color: rgb(159,106,147); }
td.TdClassName
{
border-color: #9F6A93;
}
.TagClassName
{
border-color: #9F6A93;
}
</style>