#9B708A

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

Shades of Mountbatten Pink #9B708A

Tints of Mountbatten Pink #9B708A

Color information

#9B708A (or 0x9B708A) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 70 and 8A. RGB value is (155,112,138). Sum of RGB (Red+Green+Blue) = 155+112+138=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B708A is #648F75. Grayscale: #7F7F7F. Windows color (decimal): -6590326 or 9072795. OLE color: 9072795.

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

Color convert

RGB155112138-
CMYK00.280.110.39
HSL323.72º17.7%52.35%-
HSV(B)323.72º27.74%60.78%-
XYZ23.920.3926.72-
YUV127.82133.75147.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=38.27%
G=27.65%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511213800.280.110.39323.7217.752.35
Hex9B708A01CB271441234
Octal23316021203413475042264
Binary10011011111000010001010011100101110011110100010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,138); }

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

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

 a { background-color: rgb(155,112,138); }

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

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

 span { border-color: rgb(155,112,138); }

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