#9D7F8B

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

Shades of Mountbatten Pink #9D7F8B

Tints of Mountbatten Pink #9D7F8B

Color information

#9D7F8B (or 0x9D7F8B) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7F and 8B. RGB value is (157,127,139). Sum of RGB (Red+Green+Blue) = 157+127+139=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F8B is #628074. Grayscale: #898989. Windows color (decimal): -6455413 or 9142173. OLE color: 9142173.

HSL color Cylindrical-coordinate representation of color #9D7F8B: hue angle of 336º 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 #9D7F8B is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB157127139-
CMYK00.190.110.38
HSL336º13.27%55.69%-
HSV(B)336º19.11%61.57%-
XYZ26.1524.2127.72-
YUV137.34128.94142.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=37.12%
G=30.02%
B=32.86%

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
Decimal15712713900.190.110.3833613.2755.69
Hex9D7F8B013B26150d38
Octal23517721302313465201570
Binary1001110111111111000101101001110111001101010100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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