#9E708D

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

Shades of Mountbatten Pink #9E708D

Tints of Mountbatten Pink #9E708D

Color information

#9E708D (or 0x9E708D) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 70 and 8D. RGB value is (158,112,141). Sum of RGB (Red+Green+Blue) = 158+112+141=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E708D is #618F72. Grayscale: #808080. Windows color (decimal): -6393715 or 9269406. OLE color: 9269406.

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

Color convert

RGB158112141-
CMYK00.290.110.38
HSL322.17º19.17%52.94%-
HSV(B)322.17º29.11%61.96%-
XYZ24.720.7827.91-
YUV129.06134.74148.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=38.44%
G=27.25%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811214100.290.110.38322.1719.1752.94
Hex9E708D01DB261421335
Octal23616021503513465022365
Binary10011110111000010001101011101101110011010100001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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