#9F828E

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

Shades of Mountbatten Pink #9F828E

Tints of Mountbatten Pink #9F828E

Color information

#9F828E (or 0x9F828E) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 82 and 8E. RGB value is (159,130,142). Sum of RGB (Red+Green+Blue) = 159+130+142=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F828E is #607D71. Grayscale: #8C8C8C. Windows color (decimal): -6323570 or 9339551. OLE color: 9339551.

HSL color Cylindrical-coordinate representation of color #9F828E: hue angle of 335.17º 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 #9F828E is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB159130142-
CMYK00.180.110.38
HSL335.17º13.12%56.67%-
HSV(B)335.17º18.24%62.35%-
XYZ27.1625.2929.04-
YUV140.04129.11141.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=36.89%
G=30.16%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913014200.180.110.38335.1713.1256.67
Hex9F828E012B2614fd39
Octal23720221602213465171571
Binary10011111100000101000111001001010111001101010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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