#936A8B

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

Shades of Mountbatten Pink #936A8B

Tints of Mountbatten Pink #936A8B

Color information

#936A8B (or 0x936A8B) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6A and 8B. RGB value is (147,106,139). Sum of RGB (Red+Green+Blue) = 147+106+139=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #936A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936A8B is #6C9574. Grayscale: #797979. Windows color (decimal): -7116149 or 9136787. OLE color: 9136787.

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

Color convert

RGB147106139-
CMYK00.280.050.42
HSL311.71º16.21%49.61%-
HSV(B)311.71º27.89%57.65%-
XYZ21.8518.3826.82-
YUV122.02137.58145.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=37.5%
G=27.04%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710613900.280.050.42311.7116.2149.61
Hex936A8B01C52A1381032
Octal2231522130345524702062
Binary1001001111010101000101101110010110101010011100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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