#9B7C96

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

Shades of Mountbatten Pink #9B7C96

Tints of Mountbatten Pink #9B7C96

Color information

#9B7C96 (or 0x9B7C96) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7C and 96. RGB value is (155,124,150). Sum of RGB (Red+Green+Blue) = 155+124+150=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C96 is #648369. Grayscale: #888888. Windows color (decimal): -6587242 or 9862299. OLE color: 9862299.

HSL color Cylindrical-coordinate representation of color #9B7C96: hue angle of 309.68º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B7C96 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB155124150-
CMYK00.20.030.39
HSL309.68º13.42%54.71%-
HSV(B)309.68º20%60.78%-
XYZ26.2323.5932.02-
YUV136.23135.77141.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=36.13%
G=28.90%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512415000.20.030.39309.6813.4254.71
Hex9B7C96014327136d37
Octal2331742260243474661567
Binary10011011111110010010110010100111001111001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,150); }

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

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

 a { background-color: rgb(155,124,150); }

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

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

 span { border-color: rgb(155,124,150); }

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