#9A698E

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

Shades of Mountbatten Pink #9A698E

Tints of Mountbatten Pink #9A698E

Color information

#9A698E (or 0x9A698E) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 69 and 8E. RGB value is (154,105,142). Sum of RGB (Red+Green+Blue) = 154+105+142=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 154 - color contains mainly: red. Hex color #9A698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A698E is #659671. Grayscale: #7B7B7B. Windows color (decimal): -6657650 or 9333146. OLE color: 9333146.

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

Color convert

RGB154105142-
CMYK00.320.080.40
HSL314.69º19.52%50.78%-
HSV(B)314.69º31.82%60.39%-
XYZ23.2618.9328.02-
YUV123.87138.23149.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.40%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=38.40%
G=26.18%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410514200.320.080.40314.6919.5250.78
Hex9A698E02082813b1433
Octal23215121604010504732463
Binary100110101101001100011100100000100010100010011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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