#9B7490

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

Shades of Mountbatten Pink #9B7490

Tints of Mountbatten Pink #9B7490

Color information

#9B7490 (or 0x9B7490) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 74 and 90. RGB value is (155,116,144). Sum of RGB (Red+Green+Blue) = 155+116+144=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7490 is #648B6F. Grayscale: #828282. Windows color (decimal): -6589296 or 9467035. OLE color: 9467035.

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

Color convert

RGB155116144-
CMYK00.250.070.39
HSL316.92º16.32%53.14%-
HSV(B)316.92º25.16%60.78%-
XYZ24.821.4729.22-
YUV130.85135.42145.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.35%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=37.35%
G=27.95%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511614400.250.070.39316.9216.3253.14
Hex9B749001972713d1035
Octal2331642200317474752065
Binary1001101111101001001000001100111110011110011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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