#9B8191

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

Shades of Mountbatten Pink #9B8191

Tints of Mountbatten Pink #9B8191

Color information

#9B8191 (or 0x9B8191) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 81 and 91. RGB value is (155,129,145). Sum of RGB (Red+Green+Blue) = 155+129+145=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8191 is #647E6E. Grayscale: #8A8A8A. Windows color (decimal): -6585967 or 9535899. OLE color: 9535899.

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

Color convert

RGB155129145-
CMYK00.170.060.39
HSL323.08º11.5%55.69%-
HSV(B)323.08º16.77%60.78%-
XYZ26.4824.7130.16-
YUV138.6131.61139.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 145 (57.03% from 255) = 33.80%
R=36.13%
G=30.07%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512914500.170.060.39323.0811.555.69
Hex9B8191011627143c38
Octal2332012210216475031470
Binary1001101110000001100100010100011101001111010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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