#9B8093

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

Shades of Mountbatten Pink #9B8093

Tints of Mountbatten Pink #9B8093

Color information

#9B8093 (or 0x9B8093) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 80 and 93. RGB value is (155,128,147). Sum of RGB (Red+Green+Blue) = 155+128+147=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8093 is #647F6C. Grayscale: #8A8A8A. Windows color (decimal): -6586221 or 9666715. OLE color: 9666715.

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

Color convert

RGB155128147-
CMYK00.170.050.39
HSL317.78º11.89%55.49%-
HSV(B)317.78º17.42%60.78%-
XYZ26.524.5130.94-
YUV138.24132.95139.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=36.05%
G=29.77%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512814700.170.050.39317.7811.8955.49
Hex9B809301152713ec37
Octal2332002230215474761467
Binary1001101110000000100100110100011011001111001111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,147); }

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

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

 a { background-color: rgb(155,128,147); }

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

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

 span { border-color: rgb(155,128,147); }

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