#9D7D94

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

Shades of Mountbatten Pink #9D7D94

Tints of Mountbatten Pink #9D7D94

Color information

#9D7D94 (or 0x9D7D94) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7D and 94. RGB value is (157,125,148). Sum of RGB (Red+Green+Blue) = 157+125+148=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7D94 is #62826B. Grayscale: #898989. Windows color (decimal): -6455916 or 9731485. OLE color: 9731485.

HSL color Cylindrical-coordinate representation of color #9D7D94: hue angle of 316.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D7D94 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB157125148-
CMYK00.200.060.38
HSL316.88º14.04%55.29%-
HSV(B)316.88º20.38%61.57%-
XYZ26.5823.9731.24-
YUV137.19134.1142.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=36.51%
G=29.07%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712514800.200.060.38316.8814.0455.29
Hex9D7D9401462613de37
Octal2351752240246464751667
Binary100111011111101100101000101001101001101001111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,148); }

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

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

 a { background-color: rgb(157,125,148); }

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

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

 span { border-color: rgb(157,125,148); }

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