#9D718D

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

Shades of Mountbatten Pink #9D718D

Tints of Mountbatten Pink #9D718D

Color information

#9D718D (or 0x9D718D) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 71 and 8D. RGB value is (157,113,141). Sum of RGB (Red+Green+Blue) = 157+113+141=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D718D is #628E72. Grayscale: #818181. Windows color (decimal): -6458995 or 9269661. OLE color: 9269661.

HSL color Cylindrical-coordinate representation of color #9D718D: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D718D is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB157113141-
CMYK00.280.100.38
HSL321.82º18.33%52.94%-
HSV(B)321.82º28.03%61.57%-
XYZ24.6220.927.94-
YUV129.35134.58147.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=38.20%
G=27.49%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711314100.280.100.38321.8218.3352.94
Hex9D718D01CA261421235
Octal23516121503412465022265
Binary10011101111000110001101011100101010011010100001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,113,141); }

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

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

 a { background-color: rgb(157,113,141); }

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

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

 span { border-color: rgb(157,113,141); }

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