#9E708F

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

Shades of Mountbatten Pink #9E708F

Tints of Mountbatten Pink #9E708F

Color information

#9E708F (or 0x9E708F) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 70 and 8F. RGB value is (158,112,143). Sum of RGB (Red+Green+Blue) = 158+112+143=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E708F is #618F70. Grayscale: #818181. Windows color (decimal): -6393713 or 9400478. OLE color: 9400478.

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

Color convert

RGB158112143-
CMYK00.290.090.38
HSL319.57º19.17%52.94%-
HSV(B)319.57º29.11%61.96%-
XYZ24.8520.8428.7-
YUV129.29135.74148.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=38.26%
G=27.12%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811214300.290.090.38319.5719.1752.94
Hex9E708F01D9261401335
Octal23616021703511465002365
Binary10011110111000010001111011101100110011010100000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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