#9B808E

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

Shades of Mountbatten Pink #9B808E

Tints of Mountbatten Pink #9B808E

Color information

#9B808E (or 0x9B808E) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 80 and 8E. RGB value is (155,128,142). Sum of RGB (Red+Green+Blue) = 155+128+142=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B808E is #647F71. Grayscale: #898989. Windows color (decimal): -6586226 or 9339035. OLE color: 9339035.

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

Color convert

RGB155128142-
CMYK00.170.080.39
HSL328.89º11.89%55.49%-
HSV(B)328.89º17.42%60.78%-
XYZ26.1224.3628.92-
YUV137.67130.45140.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=36.47%
G=30.12%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512814200.170.080.39328.8911.8955.49
Hex9B808E011827149c37
Octal23320021602110475111467
Binary10011011100000001000111001000110001001111010010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,142); }

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

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

 a { background-color: rgb(155,128,142); }

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

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

 span { border-color: rgb(155,128,142); }

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