#9B8591

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

Shades of Mountbatten Pink #9B8591

Tints of Mountbatten Pink #9B8591

Color information

#9B8591 (or 0x9B8591) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 85 and 91. RGB value is (155,133,145). Sum of RGB (Red+Green+Blue) = 155+133+145=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8591 is #647A6E. Grayscale: #8C8C8C. Windows color (decimal): -6584943 or 9536923. OLE color: 9536923.

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

Color convert

RGB155133145-
CMYK00.140.060.39
HSL327.27º9.91%56.47%-
HSV(B)327.27º14.19%60.78%-
XYZ27.0225.7930.34-
YUV140.95130.29138.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 145 (57.03% from 255) = 33.49%
R=35.80%
G=30.72%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513314500.140.060.39327.279.9156.47
Hex9B85910E627147a38
Octal2332052210166475071270
Binary100110111000010110010001011101101001111010001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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