#9B7990

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

Shades of Mountbatten Pink #9B7990

Tints of Mountbatten Pink #9B7990

Color information

#9B7990 (or 0x9B7990) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 79 and 90. RGB value is (155,121,144). Sum of RGB (Red+Green+Blue) = 155+121+144=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7990 is #64866F. Grayscale: #858585. Windows color (decimal): -6588016 or 9468315. OLE color: 9468315.

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

Color convert

RGB155121144-
CMYK00.220.070.39
HSL319.41º14.53%54.12%-
HSV(B)319.41º21.94%60.78%-
XYZ25.3922.6629.42-
YUV133.79133.76143.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=36.90%
G=28.81%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512114400.220.070.39319.4114.5354.12
Hex9B799001672713ff36
Octal2331712200267474771766
Binary100110111111001100100000101101111001111001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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