#936B8B

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

Shades of Mountbatten Pink #936B8B

Tints of Mountbatten Pink #936B8B

Color information

#936B8B (or 0x936B8B) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6B and 8B. RGB value is (147,107,139). Sum of RGB (Red+Green+Blue) = 147+107+139=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #936B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936B8B is #6C9474. Grayscale: #7A7A7A. Windows color (decimal): -7115893 or 9137043. OLE color: 9137043.

HSL color Cylindrical-coordinate representation of color #936B8B: hue angle of 312º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B8B is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147107139-
CMYK00.270.050.42
HSL312º15.75%49.8%-
HSV(B)312º27.21%57.65%-
XYZ21.9518.5826.86-
YUV122.61137.25145.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=37.40%
G=27.23%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710713900.270.050.4231215.7549.8
Hex936B8B01B52A1381032
Octal2231532130335524702062
Binary1001001111010111000101101101110110101010011100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936B8B; }

 p { color: rgb(147,107,139); }

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

<style>
 a { background-color: #936B8B; }

 a { background-color: rgb(147,107,139); }

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

<style>
 span { border-color: #936B8B; }

 span { border-color: rgb(147,107,139); }

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