#9D7694

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

Shades of Mountbatten Pink #9D7694

Tints of Mountbatten Pink #9D7694

Color information

#9D7694 (or 0x9D7694) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 76 and 94. RGB value is (157,118,148). Sum of RGB (Red+Green+Blue) = 157+118+148=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7694 is #62896B. Grayscale: #858585. Windows color (decimal): -6457708 or 9729693. OLE color: 9729693.

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

Color convert

RGB157118148-
CMYK00.250.060.38
HSL313.85º16.6%53.92%-
HSV(B)313.85º24.84%61.57%-
XYZ25.7322.2630.96-
YUV133.08136.42145.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=37.12%
G=27.90%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711814800.250.060.38313.8516.653.92
Hex9D769401962613a1136
Octal2351662240316464722166
Binary1001110111101101001010001100111010011010011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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