#9B7C94

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

Shades of Mountbatten Pink #9B7C94

Tints of Mountbatten Pink #9B7C94

Color information

#9B7C94 (or 0x9B7C94) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7C and 94. RGB value is (155,124,148). Sum of RGB (Red+Green+Blue) = 155+124+148=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C94 is #64836B. Grayscale: #878787. Windows color (decimal): -6587244 or 9731227. OLE color: 9731227.

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

Color convert

RGB155124148-
CMYK00.20.050.39
HSL313.55º13.42%54.71%-
HSV(B)313.55º20%60.78%-
XYZ26.0723.5231.18-
YUV136134.77141.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=36.30%
G=29.04%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512414800.20.050.39313.5513.4254.71
Hex9B7C9401452713ad37
Octal2331742240245474721567
Binary100110111111100100101000101001011001111001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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