Shades of Mountbatten Pink #9F6C94
Tints of Mountbatten Pink #9F6C94
RGB
CMYK
RGB Variations
Color information
#9F6C94 (or 0x9F6C94) is known color: Mountbatten Pink. HEX triplet: 9F, 6C and 94. RGB value is (159,108,148). Sum of RGB (Red+Green+Blue) = 159+108+148=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6C94 is #60936B. Grayscale: #7F7F7F. Windows color (decimal): -6329196 or 9727135. OLE color: 9727135.
HSL color Cylindrical-coordinate representation of color #9F6C94: hue angle of 312.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C94 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 108 | 148 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.38 |
| HSL | 312.94º | 0.21% | 0.52% | - |
| HSV(B) | 312.94º | 0.32% | 0.62% | - |
| XYZ | 25.01 | 20.23 | 30.6 | - |
| YUV | 127.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 148 | 0 | 0.32 | 0.07 | 0.38 | 312.94 | 0.21 | 0.52 |
| Hex | 9F | 6C | 94 | 0 | 20 | 7 | 26 | 139 | 15 | 34 |
| Octal | 237 | 154 | 224 | 0 | 40 | 7 | 46 | 471 | 25 | 64 |
| Binary | 10011111 | 1101100 | 10010100 | 0 | 100000 | 111 | 100110 | 100111001 | 10101 | 110100 |
Color Harmonies of #9F6C94
Complementary color
Monochromatic Colors of #9F6C94
Black with #9F6C94
Text Example
Text Example
White with #9F6C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6C94; }
p { color: rgb(159,108,148); }
H1.HeaderClassName
{
color: #9F6C94;
}
.AnyTagClassName
{
color: #9F6C94;
}
</style>
background-color css
<style>
a { background-color: #9F6C94; }
a { background-color: rgb(159,108,148); }
div.DivClassName
{
background-color: #9F6C94;
}
.BgClassName
{
background-color: #9F6C94;
}
</style>
border-color css
<style>
span { border-color: #9F6C94; }
span { border-color: rgb(159,108,148); }
td.TdClassName
{
border-color: #9F6C94;
}
.TagClassName
{
border-color: #9F6C94;
}
</style>