#9B7896

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

Shades of Mountbatten Pink #9B7896

Tints of Mountbatten Pink #9B7896

Color information

#9B7896 (or 0x9B7896) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 78 and 96. RGB value is (155,120,150). Sum of RGB (Red+Green+Blue) = 155+120+150=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7896 is #648769. Grayscale: #858585. Windows color (decimal): -6588266 or 9861275. OLE color: 9861275.

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

Color convert

RGB155120150-
CMYK00.230.030.39
HSL308.57º14.89%53.92%-
HSV(B)308.57º22.58%60.78%-
XYZ25.7422.631.86-
YUV133.88137.1143.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=36.47%
G=28.24%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512015000.230.030.39308.5714.8953.92
Hex9B7896017327135f36
Octal2331702260273474651766
Binary10011011111100010010110010111111001111001101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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