#9A7489

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

Shades of Mountbatten Pink #9A7489

Tints of Mountbatten Pink #9A7489

Color information

#9A7489 (or 0x9A7489) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 74 and 89. RGB value is (154,116,137). Sum of RGB (Red+Green+Blue) = 154+116+137=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7489 is #658B76. Grayscale: #818181. Windows color (decimal): -6654839 or 9008282. OLE color: 9008282.

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

Color convert

RGB154116137-
CMYK00.250.110.40
HSL326.84º15.83%52.94%-
HSV(B)326.84º24.68%60.39%-
XYZ24.0921.1726.48-
YUV129.76132.09145.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=37.84%
G=28.50%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411613700.250.110.40326.8415.8352.94
Hex9A7489019B281471035
Octal23216421103113505072065
Binary10011010111010010001001011001101110100010100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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