#9D758F

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

Shades of Mountbatten Pink #9D758F

Tints of Mountbatten Pink #9D758F

Color information

#9D758F (or 0x9D758F) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 75 and 8F. RGB value is (157,117,143). Sum of RGB (Red+Green+Blue) = 157+117+143=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D758F is #628A70. Grayscale: #838383. Windows color (decimal): -6457969 or 9401757. OLE color: 9401757.

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

Color convert

RGB157117143-
CMYK00.250.090.38
HSL321º16.95%53.73%-
HSV(B)321º25.48%61.57%-
XYZ25.2221.8728.88-
YUV131.92134.25145.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=37.65%
G=28.06%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711714300.250.090.3832116.9553.73
Hex9D758F0199261411136
Octal23516521703111465012166
Binary10011101111010110001111011001100110011010100000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,143); }

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

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

 a { background-color: rgb(157,117,143); }

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

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

 span { border-color: rgb(157,117,143); }

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