#9A7590

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

Shades of Mountbatten Pink #9A7590

Tints of Mountbatten Pink #9A7590

Color information

#9A7590 (or 0x9A7590) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 75 and 90. RGB value is (154,117,144). Sum of RGB (Red+Green+Blue) = 154+117+144=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7590 is #658A6F. Grayscale: #838383. Windows color (decimal): -6654576 or 9467290. OLE color: 9467290.

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

Color convert

RGB154117144-
CMYK00.240.060.40
HSL316.22º15.48%53.14%-
HSV(B)316.22º24.03%60.39%-
XYZ24.7221.6129.25-
YUV131.14135.26144.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.11%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=37.11%
G=28.19%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411714400.240.060.40316.2215.4853.14
Hex9A759001862813cf35
Octal2321652200306504741765
Binary100110101110101100100000110001101010001001111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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