#9B7994

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

Shades of Mountbatten Pink #9B7994

Tints of Mountbatten Pink #9B7994

Color information

#9B7994 (or 0x9B7994) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 79 and 94. RGB value is (155,121,148). Sum of RGB (Red+Green+Blue) = 155+121+148=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7994 is #64866B. Grayscale: #868686. Windows color (decimal): -6588012 or 9730459. OLE color: 9730459.

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

Color convert

RGB155121148-
CMYK00.220.050.39
HSL312.35º14.53%54.12%-
HSV(B)312.35º21.94%60.78%-
XYZ25.722.7831.06-
YUV134.24135.76142.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 121 (47.66% from 255) = 28.54%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=36.56%
G=28.54%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512114800.220.050.39312.3514.5354.12
Hex9B7994016527138f36
Octal2331712240265474701766
Binary100110111111001100101000101101011001111001110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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