#9B7697

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

Shades of Mountbatten Pink #9B7697

Tints of Mountbatten Pink #9B7697

Color information

#9B7697 (or 0x9B7697) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 76 and 97. RGB value is (155,118,151). Sum of RGB (Red+Green+Blue) = 155+118+151=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7697 is #648968. Grayscale: #848484. Windows color (decimal): -6588777 or 9926299. OLE color: 9926299.

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

Color convert

RGB155118151-
CMYK00.240.030.39
HSL306.49º15.61%53.53%-
HSV(B)306.49º23.87%60.78%-
XYZ25.5822.1632.21-
YUV132.82138.26143.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=36.56%
G=27.83%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511815100.240.030.39306.4915.6153.53
Hex9B76970183271321036
Octal2331662270303474622066
Binary100110111110110100101110110001110011110011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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