#9A838E

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

Shades of Mountbatten Pink #9A838E

Tints of Mountbatten Pink #9A838E

Color information

#9A838E (or 0x9A838E) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 83 and 8E. RGB value is (154,131,142). Sum of RGB (Red+Green+Blue) = 154+131+142=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 154 - color contains mainly: red. Hex color #9A838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A838E is #657C71. Grayscale: #8B8B8B. Windows color (decimal): -6650994 or 9339802. OLE color: 9339802.

HSL color Cylindrical-coordinate representation of color #9A838E: hue angle of 331.3º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9A838E is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB154131142-
CMYK00.150.080.40
HSL331.3º10.22%55.88%-
HSV(B)331.3º14.94%60.39%-
XYZ26.3325.0629.04-
YUV139.13129.62138.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=36.07%
G=30.68%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413114200.150.080.40331.310.2255.88
Hex9A838E0F82814ba38
Octal23220321601710505131270
Binary1001101010000011100011100111110001010001010010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,131,142); }

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

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

 a { background-color: rgb(154,131,142); }

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

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

 span { border-color: rgb(154,131,142); }

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