Html Css Color HEX #9B8991 Mountbatten Pink

📋 copy color: '#9B8991'

red 155 ◦ green 137 ◦ blue 145

#9B8991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #9B8991

Tints of Mountbatten Pink #9B8991

RGB

 RED value IS 155 (60.94% from 255) = 35.47%

 GREEN value IS 137 (53.91% from 255) = 31.35%

 BLUE value IS 145 (57.03% from 255) = 33.18%

R = 35.47%
G = 31.35%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B8991 (or 0x9B8991) is known color: Mountbatten Pink. HEX triplet: 9B, 89 and 91. RGB value is (155,137,145). Sum of RGB (Red+Green+Blue) = 155+137+145=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8991 is #64766E. Grayscale: #8F8F8F. Windows color (decimal): -6583919 or 9537947. OLE color: 9537947.

HSL color Cylindrical-coordinate representation of color #9B8991: hue angle of 333.33º degrees, saturation: 0.08, 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 #9B8991 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 145 -
CMYK 0 0.12 0.06 0.39
HSL 333.33º 0.08% 0.57% -
HSV(B) 333.33º 0.12% 0.61% -
XYZ 27.57 26.9 30.53 -
YUV 143.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 155 137 145 0 0.12 0.06 0.39 333.33 0.08 0.57
Hex 9B 89 91 0 C 6 27 14D 8 39
Octal 233 211 221 0 14 6 47 515 10 71
Binary 10011011 10001001 10010001 0 1100 110 100111 101001101 1000 111001

Color Harmonies of #9B8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8991

Black with #9B8991

Text Example


Text Example

White with #9B8991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B8991;
 }
 .AnyTagClassName
 {
   color: #9B8991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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