#9A718E

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

Shades of Mountbatten Pink #9A718E

Tints of Mountbatten Pink #9A718E

Color information

#9A718E (or 0x9A718E) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 71 and 8E. RGB value is (154,113,142). Sum of RGB (Red+Green+Blue) = 154+113+142=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A718E is #658E71. Grayscale: #808080. Windows color (decimal): -6655602 or 9335194. OLE color: 9335194.

HSL color Cylindrical-coordinate representation of color #9A718E: hue angle of 317.56º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A718E is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB154113142-
CMYK00.270.080.40
HSL317.56º16.87%52.35%-
HSV(B)317.56º26.62%60.39%-
XYZ24.1120.6328.3-
YUV128.56135.58146.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=37.65%
G=27.63%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411314200.270.080.40317.5616.8752.35
Hex9A718E01B82813e1134
Octal23216121603310504762164
Binary10011010111000110001110011011100010100010011111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,142); }

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

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

 a { background-color: rgb(154,113,142); }

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

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

 span { border-color: rgb(154,113,142); }

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