#9D7A92

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

Shades of Mountbatten Pink #9D7A92

Tints of Mountbatten Pink #9D7A92

Color information

#9D7A92 (or 0x9D7A92) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7A and 92. RGB value is (157,122,146). Sum of RGB (Red+Green+Blue) = 157+122+146=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7A92 is #62856D. Grayscale: #878787. Windows color (decimal): -6456686 or 9599645. OLE color: 9599645.

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

Color convert

RGB157122146-
CMYK00.220.070.38
HSL318.86º15.15%54.71%-
HSV(B)318.86º22.29%61.57%-
XYZ26.0523.1630.29-
YUV135.2134.1143.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=36.94%
G=28.71%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712214600.220.070.38318.8615.1554.71
Hex9D7A9201672613ff37
Octal2351722220267464771767
Binary100111011111010100100100101101111001101001111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,122,146); }

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

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

 a { background-color: rgb(157,122,146); }

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

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

 span { border-color: rgb(157,122,146); }

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