#9D7A91

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

Shades of Mountbatten Pink #9D7A91

Tints of Mountbatten Pink #9D7A91

Color information

#9D7A91 (or 0x9D7A91) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7A and 91. RGB value is (157,122,145). Sum of RGB (Red+Green+Blue) = 157+122+145=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7A91 is #62856E. Grayscale: #878787. Windows color (decimal): -6456687 or 9534109. OLE color: 9534109.

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

Color convert

RGB157122145-
CMYK00.220.080.38
HSL320.57º15.15%54.71%-
HSV(B)320.57º22.29%61.57%-
XYZ25.9723.1329.88-
YUV135.09133.6143.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=37.03%
G=28.77%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712214500.220.080.38320.5715.1554.71
Hex9D7A91016826141f37
Octal23517222102610465011767
Binary1001110111110101001000101011010001001101010000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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