#9E718B

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

Shades of Mountbatten Pink #9E718B

Tints of Mountbatten Pink #9E718B

Color information

#9E718B (or 0x9E718B) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 71 and 8B. RGB value is (158,113,139). Sum of RGB (Red+Green+Blue) = 158+113+139=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E718B is #618E74. Grayscale: #818181. Windows color (decimal): -6393461 or 9138590. OLE color: 9138590.

HSL color Cylindrical-coordinate representation of color #9E718B: hue angle of 325.33º degrees, saturation: 0.19, 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 #9E718B is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB158113139-
CMYK00.280.120.38
HSL325.33º18.83%53.14%-
HSV(B)325.33º28.48%61.96%-
XYZ24.6720.9427.17-
YUV129.42133.41148.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.54%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=38.54%
G=27.56%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811313900.280.120.38325.3318.8353.14
Hex9E718B01CC261451335
Octal23616121303414465052365
Binary10011110111000110001011011100110010011010100010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,113,139); }

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

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

 a { background-color: rgb(158,113,139); }

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

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

 span { border-color: rgb(158,113,139); }

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