#9B8891

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

Shades of Mountbatten Pink #9B8891

Tints of Mountbatten Pink #9B8891

Color information

#9B8891 (or 0x9B8891) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 88 and 91. RGB value is (155,136,145). Sum of RGB (Red+Green+Blue) = 155+136+145=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8891 is #64776E. Grayscale: #8E8E8E. Windows color (decimal): -6584175 or 9537691. OLE color: 9537691.

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

Color convert

RGB155136145-
CMYK00.120.060.39
HSL331.58º8.68%57.06%-
HSV(B)331.58º12.26%60.78%-
XYZ27.4326.6230.48-
YUV142.71129.29136.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=35.55%
G=31.19%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513614500.120.060.39331.588.6857.06
Hex9B88910C62714c939
Octal2332102210146475141171
Binary100110111000100010010001011001101001111010011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,145); }

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

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

 a { background-color: rgb(155,136,145); }

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

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

 span { border-color: rgb(155,136,145); }

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