#9B708D

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

Shades of Mountbatten Pink #9B708D

Tints of Mountbatten Pink #9B708D

Color information

#9B708D (or 0x9B708D) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 70 and 8D. RGB value is (155,112,141). Sum of RGB (Red+Green+Blue) = 155+112+141=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B708D is #648F72. Grayscale: #808080. Windows color (decimal): -6590323 or 9269403. OLE color: 9269403.

HSL color Cylindrical-coordinate representation of color #9B708D: hue angle of 319.53º 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 #9B708D is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB155112141-
CMYK00.280.090.39
HSL319.53º17.7%52.35%-
HSV(B)319.53º27.74%60.78%-
XYZ24.1220.4827.88-
YUV128.16135.25147.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=37.99%
G=27.45%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511214100.280.090.39319.5317.752.35
Hex9B708D01C9271401234
Octal23316021503411475002264
Binary10011011111000010001101011100100110011110100000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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