#9C7590

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

Shades of Mountbatten Pink #9C7590

Tints of Mountbatten Pink #9C7590

Color information

#9C7590 (or 0x9C7590) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 75 and 90. RGB value is (156,117,144). Sum of RGB (Red+Green+Blue) = 156+117+144=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7590 is #638A6F. Grayscale: #838383. Windows color (decimal): -6523504 or 9467292. OLE color: 9467292.

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

Color convert

RGB156117144-
CMYK00.250.080.39
HSL318.46º16.46%53.53%-
HSV(B)318.46º25%61.18%-
XYZ25.1121.829.27-
YUV131.74134.92145.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=37.41%
G=28.06%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611714400.250.080.39318.4616.4653.53
Hex9C759001982713e1036
Octal23416522003110474762066
Binary10011100111010110010000011001100010011110011111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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