#9B7C90

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

Shades of Mountbatten Pink #9B7C90

Tints of Mountbatten Pink #9B7C90

Color information

#9B7C90 (or 0x9B7C90) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7C and 90. RGB value is (155,124,144). Sum of RGB (Red+Green+Blue) = 155+124+144=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C90 is #64836F. Grayscale: #878787. Windows color (decimal): -6587248 or 9469083. OLE color: 9469083.

HSL color Cylindrical-coordinate representation of color #9B7C90: hue angle of 321.29º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B7C90 is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB155124144-
CMYK00.20.070.39
HSL321.29º13.42%54.71%-
HSV(B)321.29º20%60.78%-
XYZ25.7623.429.54-
YUV135.55132.77141.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=36.64%
G=29.31%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512414400.20.070.39321.2913.4254.71
Hex9B7C90014727141d37
Octal2331742200247475011567
Binary100110111111100100100000101001111001111010000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,144); }

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

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

 a { background-color: rgb(155,124,144); }

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

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

 span { border-color: rgb(155,124,144); }

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