#96708B

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

Shades of Mountbatten Pink #96708B

Tints of Mountbatten Pink #96708B

Color information

#96708B (or 0x96708B) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 70 and 8B. RGB value is (150,112,139). Sum of RGB (Red+Green+Blue) = 150+112+139=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #96708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96708B is #698F74. Grayscale: #7E7E7E. Windows color (decimal): -6918005 or 9138326. OLE color: 9138326.

HSL color Cylindrical-coordinate representation of color #96708B: hue angle of 317.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96708B is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150112139-
CMYK00.250.070.41
HSL317.37º15.32%51.37%-
HSV(B)317.37º25.33%58.82%-
XYZ23.0319.9427.06-
YUV126.44135.09144.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=37.41%
G=27.93%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011213900.250.070.41317.3715.3251.37
Hex96708B01972913df33
Octal2261602130317514751763
Binary100101101110000100010110110011111010011001111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96708B; }

 p { color: rgb(150,112,139); }

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

<style>
 a { background-color: #96708B; }

 a { background-color: rgb(150,112,139); }

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

<style>
 span { border-color: #96708B; }

 span { border-color: rgb(150,112,139); }

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