#9D7C93

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

Shades of Mountbatten Pink #9D7C93

Tints of Mountbatten Pink #9D7C93

Color information

#9D7C93 (or 0x9D7C93) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7C and 93. RGB value is (157,124,147). Sum of RGB (Red+Green+Blue) = 157+124+147=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C93 is #62836C. Grayscale: #888888. Windows color (decimal): -6456173 or 9665693. OLE color: 9665693.

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

Color convert

RGB157124147-
CMYK00.210.060.38
HSL318.18º14.41%55.1%-
HSV(B)318.18º21.02%61.57%-
XYZ26.3823.6930.79-
YUV136.49133.93142.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=36.68%
G=28.97%
B=34.35%

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
Decimal15712414700.210.060.38318.1814.4155.1
Hex9D7C9301562613ee37
Octal2351742230256464761667
Binary100111011111100100100110101011101001101001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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