#9B8390

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

Shades of Mountbatten Pink #9B8390

Tints of Mountbatten Pink #9B8390

Color information

#9B8390 (or 0x9B8390) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 83 and 90. RGB value is (155,131,144). Sum of RGB (Red+Green+Blue) = 155+131+144=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8390 is #647C6F. Grayscale: #8B8B8B. Windows color (decimal): -6585456 or 9470875. OLE color: 9470875.

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

Color convert

RGB155131144-
CMYK00.150.070.39
HSL327.5º10.71%56.08%-
HSV(B)327.5º15.48%60.78%-
XYZ26.6725.2129.85-
YUV139.66130.45138.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=36.05%
G=30.47%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513114400.150.070.39327.510.7156.08
Hex9B83900F727148b38
Octal2332032200177475101370
Binary100110111000001110010000011111111001111010010001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,144); }

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

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

 a { background-color: rgb(155,131,144); }

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

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

 span { border-color: rgb(155,131,144); }

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