#9B7B94

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

Shades of Mountbatten Pink #9B7B94

Tints of Mountbatten Pink #9B7B94

Color information

#9B7B94 (or 0x9B7B94) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7B and 94. RGB value is (155,123,148). Sum of RGB (Red+Green+Blue) = 155+123+148=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B94 is #64846B. Grayscale: #878787. Windows color (decimal): -6587500 or 9730971. OLE color: 9730971.

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

Color convert

RGB155123148-
CMYK00.210.050.39
HSL313.12º13.79%54.51%-
HSV(B)313.12º20.65%60.78%-
XYZ25.9523.2731.14-
YUV135.42135.1141.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=36.38%
G=28.87%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512314800.210.050.39313.1213.7954.51
Hex9B7B94015527139e37
Octal2331732240255474711667
Binary100110111111011100101000101011011001111001110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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