#9A738A

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

Shades of Mountbatten Pink #9A738A

Tints of Mountbatten Pink #9A738A

Color information

#9A738A (or 0x9A738A) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 73 and 8A. RGB value is (154,115,138). Sum of RGB (Red+Green+Blue) = 154+115+138=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A738A is #658C75. Grayscale: #818181. Windows color (decimal): -6655094 or 9073562. OLE color: 9073562.

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

Color convert

RGB154115138-
CMYK00.250.100.40
HSL324.62º16.18%52.75%-
HSV(B)324.62º25.32%60.39%-
XYZ24.0420.9726.82-
YUV129.28132.92145.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=37.84%
G=28.26%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411513800.250.100.40324.6216.1852.75
Hex9A738A019A281451035
Octal23216321203112505052065
Binary10011010111001110001010011001101010100010100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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