#9F818E

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

Shades of Mountbatten Pink #9F818E

Tints of Mountbatten Pink #9F818E

Color information

#9F818E (or 0x9F818E) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 81 and 8E. RGB value is (159,129,142). Sum of RGB (Red+Green+Blue) = 159+129+142=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F818E is #607E71. Grayscale: #8B8B8B. Windows color (decimal): -6323826 or 9339295. OLE color: 9339295.

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

Color convert

RGB159129142-
CMYK00.190.110.38
HSL334º13.51%56.47%-
HSV(B)334º18.87%62.35%-
XYZ27.0325.0229-
YUV139.45129.44141.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=36.98%
G=30%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912914200.190.110.3833413.5156.47
Hex9F818E013B2614ee38
Octal23720121602313465161670
Binary10011111100000011000111001001110111001101010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,129,142); }

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

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

 a { background-color: rgb(159,129,142); }

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

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

 span { border-color: rgb(159,129,142); }

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