#9A808E

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

Shades of Mountbatten Pink #9A808E

Tints of Mountbatten Pink #9A808E

Color information

#9A808E (or 0x9A808E) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 80 and 8E. RGB value is (154,128,142). Sum of RGB (Red+Green+Blue) = 154+128+142=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 154 - color contains mainly: red. Hex color #9A808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A808E is #657F71. Grayscale: #898989. Windows color (decimal): -6651762 or 9339034. OLE color: 9339034.

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

Color convert

RGB154128142-
CMYK00.170.080.40
HSL327.69º11.4%55.29%-
HSV(B)327.69º16.88%60.39%-
XYZ25.9324.2628.91-
YUV137.37130.61139.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=36.32%
G=30.19%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412814200.170.080.40327.6911.455.29
Hex9A808E011828148b37
Octal23220021602110505101367
Binary10011010100000001000111001000110001010001010010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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