#9A7689

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

Shades of Mountbatten Pink #9A7689

Tints of Mountbatten Pink #9A7689

Color information

#9A7689 (or 0x9A7689) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 76 and 89. RGB value is (154,118,137). Sum of RGB (Red+Green+Blue) = 154+118+137=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7689 is #658976. Grayscale: #828282. Windows color (decimal): -6654327 or 9008794. OLE color: 9008794.

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

Color convert

RGB154118137-
CMYK00.230.110.40
HSL328.33º15.13%53.33%-
HSV(B)328.33º23.38%60.39%-
XYZ24.3221.6326.56-
YUV130.93131.43144.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=37.65%
G=28.85%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411813700.230.110.40328.3315.1353.33
Hex9A7689017B28148f35
Octal23216621102713505101765
Binary1001101011101101000100101011110111010001010010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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