Shades of Mountbatten Pink #9F788A
Tints of Mountbatten Pink #9F788A
RGB
CMYK
RGB Variations
Color information
#9F788A (or 0x9F788A) is known color: Mountbatten Pink. HEX triplet: 9F, 78 and 8A. RGB value is (159,120,138). Sum of RGB (Red+Green+Blue) = 159+120+138=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F788A is #608775. Grayscale: #858585. Windows color (decimal): -6326134 or 9074847. OLE color: 9074847.
HSL color Cylindrical-coordinate representation of color #9F788A: hue angle of 332.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F788A is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 120 | 138 | - |
CMYK | 0 | 0.25 | 0.13 | 0.38 |
HSL | 332.31º | 0.17% | 0.55% | - |
HSV(B) | 332.31º | 0.25% | 0.62% | - |
XYZ | 25.6 | 22.64 | 27.07 | - |
YUV | 133.71 | 130.42 | 146.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 120 | 138 | 0 | 0.25 | 0.13 | 0.38 | 332.31 | 0.17 | 0.55 |
Hex | 9F | 78 | 8A | 0 | 19 | D | 26 | 14C | 11 | 37 |
Octal | 237 | 170 | 212 | 0 | 31 | 15 | 46 | 514 | 21 | 67 |
Binary | 10011111 | 1111000 | 10001010 | 0 | 11001 | 1101 | 100110 | 101001100 | 10001 | 110111 |
Color Harmonies of #9F788A
Complementary color
Monochromatic Colors of #9F788A
Black with #9F788A
Text Example
Text Example
White with #9F788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F788A; }
p { color: rgb(159,120,138); }
H1.HeaderClassName
{
color: #9F788A;
}
.AnyTagClassName
{
color: #9F788A;
}
</style>
background-color css
<style>
a { background-color: #9F788A; }
a { background-color: rgb(159,120,138); }
div.DivClassName
{
background-color: #9F788A;
}
.BgClassName
{
background-color: #9F788A;
}
</style>
border-color css
<style>
span { border-color: #9F788A; }
span { border-color: rgb(159,120,138); }
td.TdClassName
{
border-color: #9F788A;
}
.TagClassName
{
border-color: #9F788A;
}
</style>