#9D7F8C

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

Shades of Mountbatten Pink #9D7F8C

Tints of Mountbatten Pink #9D7F8C

Color information

#9D7F8C (or 0x9D7F8C) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7F and 8C. RGB value is (157,127,140). Sum of RGB (Red+Green+Blue) = 157+127+140=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F8C is #628073. Grayscale: #898989. Windows color (decimal): -6455412 or 9207709. OLE color: 9207709.

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

Color convert

RGB157127140-
CMYK00.190.110.38
HSL334º13.27%55.69%-
HSV(B)334º19.11%61.57%-
XYZ26.2324.2428.11-
YUV137.45129.44141.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=37.03%
G=29.95%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712714000.190.110.3833413.2755.69
Hex9D7F8C013B2614ed38
Octal23517721402313465161570
Binary1001110111111111000110001001110111001101010011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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