#9B7192

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

Shades of Mountbatten Pink #9B7192

Tints of Mountbatten Pink #9B7192

Color information

#9B7192 (or 0x9B7192) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 71 and 92. RGB value is (155,113,146). Sum of RGB (Red+Green+Blue) = 155+113+146=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7192 is #648E6D. Grayscale: #818181. Windows color (decimal): -6590062 or 9597339. OLE color: 9597339.

HSL color Cylindrical-coordinate representation of color #9B7192: hue angle of 312.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7192 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155113146-
CMYK00.270.060.39
HSL312.86º17.36%52.55%-
HSV(B)312.86º27.1%60.78%-
XYZ24.6120.8529.92-
YUV129.32137.41146.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.44%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=37.44%
G=27.29%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511314600.270.060.39312.8617.3652.55
Hex9B719201B6271391135
Octal2331612220336474712165
Binary1001101111100011001001001101111010011110011100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,146); }

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

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

 a { background-color: rgb(155,113,146); }

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

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

 span { border-color: rgb(155,113,146); }

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