#9B748C

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

Shades of Mountbatten Pink #9B748C

Tints of Mountbatten Pink #9B748C

Color information

#9B748C (or 0x9B748C) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 74 and 8C. RGB value is (155,116,140). Sum of RGB (Red+Green+Blue) = 155+116+140=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B748C is #648B73. Grayscale: #828282. Windows color (decimal): -6589300 or 9204891. OLE color: 9204891.

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

Color convert

RGB155116140-
CMYK00.250.100.39
HSL323.08º16.32%53.14%-
HSV(B)323.08º25.16%60.78%-
XYZ24.521.3527.64-
YUV130.4133.42145.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=37.71%
G=28.22%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511614000.250.100.39323.0816.3253.14
Hex9B748C019A271431035
Octal23316421403112475032065
Binary10011011111010010001100011001101010011110100001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,116,140); }

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

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

 a { background-color: rgb(155,116,140); }

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

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

 span { border-color: rgb(155,116,140); }

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