#9A7289

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

Shades of Mountbatten Pink #9A7289

Tints of Mountbatten Pink #9A7289

Color information

#9A7289 (or 0x9A7289) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 72 and 89. RGB value is (154,114,137). Sum of RGB (Red+Green+Blue) = 154+114+137=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7289 is #658D76. Grayscale: #808080. Windows color (decimal): -6655351 or 9007770. OLE color: 9007770.

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

Color convert

RGB154114137-
CMYK00.260.110.40
HSL325.5º16.53%52.55%-
HSV(B)325.5º25.97%60.39%-
XYZ23.8620.7126.41-
YUV128.58132.75146.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=38.02%
G=28.15%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411413700.260.110.40325.516.5352.55
Hex9A728901AB281461135
Octal23216221103213505062165
Binary10011010111001010001001011010101110100010100011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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