#9D718C

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

Shades of Mountbatten Pink #9D718C

Tints of Mountbatten Pink #9D718C

Color information

#9D718C (or 0x9D718C) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 71 and 8C. RGB value is (157,113,140). Sum of RGB (Red+Green+Blue) = 157+113+140=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D718C is #628E73. Grayscale: #818181. Windows color (decimal): -6458996 or 9204125. OLE color: 9204125.

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

Color convert

RGB157113140-
CMYK00.280.110.38
HSL323.18º18.33%52.94%-
HSV(B)323.18º28.03%61.57%-
XYZ24.5420.8727.55-
YUV129.23134.08147.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=38.29%
G=27.56%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711314000.280.110.38323.1818.3352.94
Hex9D718C01CB261431235
Octal23516121403413465032265
Binary10011101111000110001100011100101110011010100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,113,140); }

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

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

 a { background-color: rgb(157,113,140); }

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

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

 span { border-color: rgb(157,113,140); }

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