#9B7891

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

Shades of Mountbatten Pink #9B7891

Tints of Mountbatten Pink #9B7891

Color information

#9B7891 (or 0x9B7891) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 78 and 91. RGB value is (155,120,145). Sum of RGB (Red+Green+Blue) = 155+120+145=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7891 is #64876E. Grayscale: #858585. Windows color (decimal): -6588271 or 9533595. OLE color: 9533595.

HSL color Cylindrical-coordinate representation of color #9B7891: hue angle of 317.14º 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 #9B7891 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155120145-
CMYK00.230.060.39
HSL317.14º14.89%53.92%-
HSV(B)317.14º22.58%60.78%-
XYZ25.3422.4529.78-
YUV133.32134.6143.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=36.90%
G=28.57%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512014500.230.060.39317.1414.8953.92
Hex9B789101762713df36
Octal2331702210276474751766
Binary100110111111000100100010101111101001111001111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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