#9F7F90

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

Shades of Mountbatten Pink #9F7F90

Tints of Mountbatten Pink #9F7F90

Color information

#9F7F90 (or 0x9F7F90) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 7F and 90. RGB value is (159,127,144). Sum of RGB (Red+Green+Blue) = 159+127+144=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7F90 is #60806F. Grayscale: #8A8A8A. Windows color (decimal): -6324336 or 9469855. OLE color: 9469855.

HSL color Cylindrical-coordinate representation of color #9F7F90: hue angle of 328.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F7F90 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB159127144-
CMYK00.200.090.38
HSL328.12º14.29%56.08%-
HSV(B)328.12º20.13%62.35%-
XYZ26.9224.5629.71-
YUV138.51131.1142.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=36.98%
G=29.53%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912714400.200.090.38328.1214.2956.08
Hex9F7F90014926148e38
Octal23717722002411465101670
Binary1001111111111111001000001010010011001101010010001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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