#9D7C94

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

Shades of Mountbatten Pink #9D7C94

Tints of Mountbatten Pink #9D7C94

Color information

#9D7C94 (or 0x9D7C94) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7C and 94. RGB value is (157,124,148). Sum of RGB (Red+Green+Blue) = 157+124+148=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C94 is #62836B. Grayscale: #888888. Windows color (decimal): -6456172 or 9731229. OLE color: 9731229.

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

Color convert

RGB157124148-
CMYK00.210.060.38
HSL316.36º14.41%55.1%-
HSV(B)316.36º21.02%61.57%-
XYZ26.4623.7231.2-
YUV136.6134.43142.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=36.60%
G=28.90%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712414800.210.060.38316.3614.4155.1
Hex9D7C9401562613ce37
Octal2351742240256464741667
Binary100111011111100100101000101011101001101001111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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