#9F8391

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

Shades of Mountbatten Pink #9F8391

Tints of Mountbatten Pink #9F8391

Color information

#9F8391 (or 0x9F8391) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 83 and 91. RGB value is (159,131,145). Sum of RGB (Red+Green+Blue) = 159+131+145=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8391 is #607C6E. Grayscale: #8C8C8C. Windows color (decimal): -6323311 or 9536415. OLE color: 9536415.

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

Color convert

RGB159131145-
CMYK00.180.090.38
HSL330º12.73%56.86%-
HSV(B)330º17.61%62.35%-
XYZ27.5325.6530.29-
YUV140.97130.28140.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=36.55%
G=30.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913114500.180.090.3833012.7356.86
Hex9F839101292614ad39
Octal23720322102211465121571
Binary10011111100000111001000101001010011001101010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,131,145); }

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

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

 a { background-color: rgb(159,131,145); }

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

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

 span { border-color: rgb(159,131,145); }

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