#9D7D90

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

Shades of Mountbatten Pink #9D7D90

Tints of Mountbatten Pink #9D7D90

Color information

#9D7D90 (or 0x9D7D90) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7D and 90. RGB value is (157,125,144). Sum of RGB (Red+Green+Blue) = 157+125+144=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7D90 is #62826F. Grayscale: #888888. Windows color (decimal): -6455920 or 9469341. OLE color: 9469341.

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

Color convert

RGB157125144-
CMYK00.200.080.38
HSL324.38º14.04%55.29%-
HSV(B)324.38º20.38%61.57%-
XYZ26.2723.8529.6-
YUV136.73132.1142.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=36.85%
G=29.34%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712514400.200.080.38324.3814.0455.29
Hex9D7D90014826144e37
Octal23517522002410465041667
Binary1001110111111011001000001010010001001101010001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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