#9E698E

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

Shades of Mountbatten Pink #9E698E

Tints of Mountbatten Pink #9E698E

Color information

#9E698E (or 0x9E698E) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 69 and 8E. RGB value is (158,105,142). Sum of RGB (Red+Green+Blue) = 158+105+142=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E698E is #619671. Grayscale: #7C7C7C. Windows color (decimal): -6395506 or 9333150. OLE color: 9333150.

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

Color convert

RGB158105142-
CMYK00.340.100.38
HSL318.11º21.46%51.57%-
HSV(B)318.11º33.54%61.96%-
XYZ24.0319.3328.05-
YUV125.06137.56151.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=39.01%
G=25.93%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810514200.340.100.38318.1121.4651.57
Hex9E698E022A2613e1534
Octal23615121604212464762564
Binary100111101101001100011100100010101010011010011111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,105,142); }

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

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

 a { background-color: rgb(158,105,142); }

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

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

 span { border-color: rgb(158,105,142); }

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