#9a7391

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

Shades of Mountbatten Pink #9A7391

Tints of Mountbatten Pink #9A7391

Color information

#9A7391 (or 0x9A7391) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 73 and 91. RGB value is (154,115,145). Sum of RGB (Red+Green+Blue) = 154+115+145=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7391 is #658C6E. Grayscale: #818181. Windows color (decimal): -6655087 or 9532314. OLE color: 9532314.

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

Color convert

RGB154115145-
CMYK00.250.060.40
HSL313.85º16.18%52.75%-
HSV(B)313.85º25.32%60.39%-
XYZ24.5721.1829.58-
YUV130.08136.42145.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.20%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=37.20%
G=27.78%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411514500.250.060.40313.8516.1852.75
Hex9A739101962813a1035
Octal2321632210316504722065
Binary1001101011100111001000101100111010100010011101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a7391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,115,145); }

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

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

 a { background-color: rgb(154,115,145); }

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

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

 span { border-color: rgb(154,115,145); }

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