#9A748C

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

Shades of Mountbatten Pink #9A748C

Tints of Mountbatten Pink #9A748C

Color information

#9A748C (or 0x9A748C) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 74 and 8C. RGB value is (154,116,140). Sum of RGB (Red+Green+Blue) = 154+116+140=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 154 - color contains mainly: red. Hex color #9A748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A748C is #658B73. Grayscale: #828282. Windows color (decimal): -6654836 or 9204890. OLE color: 9204890.

HSL color Cylindrical-coordinate representation of color #9A748C: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A748C is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB154116140-
CMYK00.250.090.40
HSL322.11º15.83%52.94%-
HSV(B)322.11º24.68%60.39%-
XYZ24.3121.2527.63-
YUV130.1133.59145.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.56%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=37.56%
G=28.29%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411614000.250.090.40322.1115.8352.94
Hex9A748C0199281421035
Octal23216421403111505022065
Binary10011010111010010001100011001100110100010100001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,116,140); }

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

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

 a { background-color: rgb(154,116,140); }

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

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

 span { border-color: rgb(154,116,140); }

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