#9A728C

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

Shades of Mountbatten Pink #9A728C

Tints of Mountbatten Pink #9A728C

Color information

#9A728C (or 0x9A728C) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 72 and 8C. RGB value is (154,114,140). Sum of RGB (Red+Green+Blue) = 154+114+140=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A728C is #658D73. Grayscale: #808080. Windows color (decimal): -6655348 or 9204378. OLE color: 9204378.

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

Color convert

RGB154114140-
CMYK00.260.090.40
HSL321º16.53%52.55%-
HSV(B)321º25.97%60.39%-
XYZ24.0820.827.56-
YUV128.92134.25145.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=37.75%
G=27.94%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411414000.260.090.4032116.5352.55
Hex9A728C01A9281411135
Octal23216221403211505012165
Binary10011010111001010001100011010100110100010100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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