#9A738E

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

Shades of Mountbatten Pink #9A738E

Tints of Mountbatten Pink #9A738E

Color information

#9A738E (or 0x9A738E) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 73 and 8E. RGB value is (154,115,142). Sum of RGB (Red+Green+Blue) = 154+115+142=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 154 - color contains mainly: red. Hex color #9A738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A738E is #658C71. Grayscale: #818181. Windows color (decimal): -6655090 or 9335706. OLE color: 9335706.

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

Color convert

RGB154115142-
CMYK00.250.080.40
HSL318.46º16.18%52.75%-
HSV(B)318.46º25.32%60.39%-
XYZ24.3421.0828.38-
YUV129.74134.92145.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=37.47%
G=27.98%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411514200.250.080.40318.4616.1852.75
Hex9A738E01982813e1035
Octal23216321603110504762065
Binary10011010111001110001110011001100010100010011111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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