#9B7590

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

Shades of Mountbatten Pink #9B7590

Tints of Mountbatten Pink #9B7590

Color information

#9B7590 (or 0x9B7590) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 75 and 90. RGB value is (155,117,144). Sum of RGB (Red+Green+Blue) = 155+117+144=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7590 is #648A6F. Grayscale: #838383. Windows color (decimal): -6589040 or 9467291. OLE color: 9467291.

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

Color convert

RGB155117144-
CMYK00.250.070.39
HSL317.37º15.97%53.33%-
HSV(B)317.37º24.52%60.78%-
XYZ24.9121.729.26-
YUV131.44135.09144.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.26%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=37.26%
G=28.12%
B=34.62%

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
Decimal15511714400.250.070.39317.3715.9753.33
Hex9B759001972713d1035
Octal2331652200317474752065
Binary1001101111101011001000001100111110011110011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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