#9D738A

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

Shades of Mountbatten Pink #9D738A

Tints of Mountbatten Pink #9D738A

Color information

#9D738A (or 0x9D738A) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 73 and 8A. RGB value is (157,115,138). Sum of RGB (Red+Green+Blue) = 157+115+138=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D738A is #628C75. Grayscale: #828282. Windows color (decimal): -6458486 or 9073565. OLE color: 9073565.

HSL color Cylindrical-coordinate representation of color #9D738A: hue angle of 327.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D738A is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB157115138-
CMYK00.270.120.38
HSL327.14º17.65%53.33%-
HSV(B)327.14º26.75%61.57%-
XYZ24.6221.2626.85-
YUV130.18132.41147.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=38.29%
G=28.05%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711513800.270.120.38327.1417.6553.33
Hex9D738A01BC261471235
Octal23516321203314465072265
Binary10011101111001110001010011011110010011010100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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