#9B7489

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

Shades of Mountbatten Pink #9B7489

Tints of Mountbatten Pink #9B7489

Color information

#9B7489 (or 0x9B7489) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 74 and 89. RGB value is (155,116,137). Sum of RGB (Red+Green+Blue) = 155+116+137=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7489 is #648B76. Grayscale: #828282. Windows color (decimal): -6589303 or 9008283. OLE color: 9008283.

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

Color convert

RGB155116137-
CMYK00.250.120.39
HSL327.69º16.32%53.14%-
HSV(B)327.69º25.16%60.78%-
XYZ24.2821.2726.49-
YUV130.06131.92145.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 137 (53.91% from 255) = 33.58%
R=37.99%
G=28.43%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511613700.250.120.39327.6916.3253.14
Hex9B7489019C271481035
Octal23316421103114475102065
Binary10011011111010010001001011001110010011110100100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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