#9B7691

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

Shades of Mountbatten Pink #9B7691

Tints of Mountbatten Pink #9B7691

Color information

#9B7691 (or 0x9B7691) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 76 and 91. RGB value is (155,118,145). Sum of RGB (Red+Green+Blue) = 155+118+145=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7691 is #64896E. Grayscale: #848484. Windows color (decimal): -6588783 or 9533083. OLE color: 9533083.

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

Color convert

RGB155118145-
CMYK00.240.060.39
HSL316.22º15.61%53.53%-
HSV(B)316.22º23.87%60.78%-
XYZ25.1121.9729.71-
YUV132.14135.26144.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=37.08%
G=28.23%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511814500.240.060.39316.2215.6153.53
Hex9B769101862713c1036
Octal2331662210306474742066
Binary1001101111101101001000101100011010011110011110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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