#9A758C

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

Shades of Mountbatten Pink #9A758C

Tints of Mountbatten Pink #9A758C

Color information

#9A758C (or 0x9A758C) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 75 and 8C. RGB value is (154,117,140). Sum of RGB (Red+Green+Blue) = 154+117+140=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 154 - color contains mainly: red. Hex color #9A758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A758C is #658A73. Grayscale: #828282. Windows color (decimal): -6654580 or 9205146. OLE color: 9205146.

HSL color Cylindrical-coordinate representation of color #9A758C: hue angle of 322.7º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A758C is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB154117140-
CMYK00.240.090.40
HSL322.7º15.48%53.14%-
HSV(B)322.7º24.03%60.39%-
XYZ24.4221.4927.67-
YUV130.68133.26144.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=37.47%
G=28.47%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411714000.240.090.40322.715.4853.14
Hex9A758C018928143f35
Octal23216521403011505031765
Binary1001101011101011000110001100010011010001010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,117,140); }

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

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

 a { background-color: rgb(154,117,140); }

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

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

 span { border-color: rgb(154,117,140); }

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