#9F7C90

Color #9F7C90 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9F7C90

Tints of Mountbatten Pink #9F7C90

Color information

#9F7C90 (or 0x9F7C90) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 7C and 90. RGB value is (159,124,144). Sum of RGB (Red+Green+Blue) = 159+124+144=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7C90 is #60836F. Grayscale: #888888. Windows color (decimal): -6325104 or 9469087. OLE color: 9469087.

HSL color Cylindrical-coordinate representation of color #9F7C90: hue angle of 325.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F7C90 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB159124144-
CMYK00.220.090.38
HSL325.71º15.42%55.49%-
HSV(B)325.71º22.01%62.35%-
XYZ26.5423.829.58-
YUV136.74132.1143.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=37.24%
G=29.04%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912414400.220.090.38325.7115.4255.49
Hex9F7C90016926146f37
Octal23717422002611465061767
Binary1001111111111001001000001011010011001101010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7C90; }

 p { color: rgb(159,124,144); }

 H1.HeaderClassName
 {
   color: #9F7C90;
 }
 .AnyTagClassName
 {
   color: #9F7C90;
 }
</style>
background-color css

<style>
 a { background-color: #9F7C90; }

 a { background-color: rgb(159,124,144); }

 div.DivClassName
 {
   background-color: #9F7C90;
 }
 .BgClassName
 {
   background-color: #9F7C90;
 }
</style>
border-color css

<style>
 span { border-color: #9F7C90; }

 span { border-color: rgb(159,124,144); }

 td.TdClassName
 {
   border-color: #9F7C90;
 }
 .TagClassName
 {
   border-color: #9F7C90;
 }
</style>