#9A748B

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

Shades of Mountbatten Pink #9A748B

Tints of Mountbatten Pink #9A748B

Color information

#9A748B (or 0x9A748B) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 74 and 8B. RGB value is (154,116,139). Sum of RGB (Red+Green+Blue) = 154+116+139=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A748B is #658B74. Grayscale: #818181. Windows color (decimal): -6654837 or 9139354. OLE color: 9139354.

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

Color convert

RGB154116139-
CMYK00.250.100.40
HSL323.68º15.83%52.94%-
HSV(B)323.68º24.68%60.39%-
XYZ24.2321.2227.25-
YUV129.98133.09145.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=37.65%
G=28.36%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411613900.250.100.40323.6815.8352.94
Hex9A748B019A281441035
Octal23216421303112505042065
Binary10011010111010010001011011001101010100010100010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,116,139); }

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

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

 a { background-color: rgb(154,116,139); }

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

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

 span { border-color: rgb(154,116,139); }

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