#9D7794

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

Shades of Mountbatten Pink #9D7794

Tints of Mountbatten Pink #9D7794

Color information

#9D7794 (or 0x9D7794) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 77 and 94. RGB value is (157,119,148). Sum of RGB (Red+Green+Blue) = 157+119+148=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7794 is #62886B. Grayscale: #858585. Windows color (decimal): -6457452 or 9729949. OLE color: 9729949.

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

Color convert

RGB157119148-
CMYK00.240.060.38
HSL314.21º16.24%54.12%-
HSV(B)314.21º24.2%61.57%-
XYZ25.8522.531-
YUV133.67136.09144.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=37.03%
G=28.07%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711914800.240.060.38314.2116.2454.12
Hex9D779401862613a1036
Octal2351672240306464722066
Binary1001110111101111001010001100011010011010011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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