Shades of Mountbatten Pink #9F6891
Tints of Mountbatten Pink #9F6891
RGB
CMYK
RGB Variations
Color information
#9F6891 (or 0x9F6891) is known color: Mountbatten Pink. HEX triplet: 9F, 68 and 91. RGB value is (159,104,145). Sum of RGB (Red+Green+Blue) = 159+104+145=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6891 is #60976E. Grayscale: #7D7D7D. Windows color (decimal): -6330223 or 9529503. OLE color: 9529503.
HSL color Cylindrical-coordinate representation of color #9F6891: hue angle of 315.27º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6891 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 145 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.38 |
| HSL | 315.27º | 0.22% | 0.52% | - |
| HSV(B) | 315.27º | 0.35% | 0.62% | - |
| XYZ | 24.36 | 19.32 | 29.23 | - |
| YUV | 125.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 145 | 0 | 0.35 | 0.09 | 0.38 | 315.27 | 0.22 | 0.52 |
| Hex | 9F | 68 | 91 | 0 | 23 | 9 | 26 | 13B | 16 | 34 |
| Octal | 237 | 150 | 221 | 0 | 43 | 11 | 46 | 473 | 26 | 64 |
| Binary | 10011111 | 1101000 | 10010001 | 0 | 100011 | 1001 | 100110 | 100111011 | 10110 | 110100 |
Color Harmonies of #9F6891
Complementary color
Monochromatic Colors of #9F6891
Black with #9F6891
Text Example
Text Example
White with #9F6891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6891; }
p { color: rgb(159,104,145); }
H1.HeaderClassName
{
color: #9F6891;
}
.AnyTagClassName
{
color: #9F6891;
}
</style>
background-color css
<style>
a { background-color: #9F6891; }
a { background-color: rgb(159,104,145); }
div.DivClassName
{
background-color: #9F6891;
}
.BgClassName
{
background-color: #9F6891;
}
</style>
border-color css
<style>
span { border-color: #9F6891; }
span { border-color: rgb(159,104,145); }
td.TdClassName
{
border-color: #9F6891;
}
.TagClassName
{
border-color: #9F6891;
}
</style>