#9B7791

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

Shades of Mountbatten Pink #9B7791

Tints of Mountbatten Pink #9B7791

Color information

#9B7791 (or 0x9B7791) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 77 and 91. RGB value is (155,119,145). Sum of RGB (Red+Green+Blue) = 155+119+145=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7791 is #64886E. Grayscale: #848484. Windows color (decimal): -6588527 or 9533339. OLE color: 9533339.

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

Color convert

RGB155119145-
CMYK00.230.060.39
HSL316.67º15.25%53.73%-
HSV(B)316.67º23.23%60.78%-
XYZ25.2322.2129.74-
YUV132.73134.93143.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 145 (57.03% from 255) = 34.61%
R=36.99%
G=28.40%
B=34.61%

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
Decimal15511914500.230.060.39316.6715.2553.73
Hex9B779101762713df36
Octal2331672210276474751766
Binary100110111110111100100010101111101001111001111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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