#9D708D

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

Shades of Mountbatten Pink #9D708D

Tints of Mountbatten Pink #9D708D

Color information

#9D708D (or 0x9D708D) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 70 and 8D. RGB value is (157,112,141). Sum of RGB (Red+Green+Blue) = 157+112+141=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D708D is #628F72. Grayscale: #808080. Windows color (decimal): -6459251 or 9269405. OLE color: 9269405.

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

Color convert

RGB157112141-
CMYK00.290.100.38
HSL321.33º18.67%52.75%-
HSV(B)321.33º28.66%61.57%-
XYZ24.5120.6827.9-
YUV128.76134.91148.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=38.29%
G=27.32%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711214100.290.100.38321.3318.6752.75
Hex9D708D01DA261411335
Octal23516021503512465012365
Binary10011101111000010001101011101101010011010100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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