#936C8A

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

Shades of Mountbatten Pink #936C8A

Tints of Mountbatten Pink #936C8A

Color information

#936C8A (or 0x936C8A) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6C and 8A. RGB value is (147,108,138). Sum of RGB (Red+Green+Blue) = 147+108+138=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #936C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936C8A is #6C9375. Grayscale: #7B7B7B. Windows color (decimal): -7115638 or 9071763. OLE color: 9071763.

HSL color Cylindrical-coordinate representation of color #936C8A: hue angle of 313.85º degrees, saturation: 0.15, 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 #936C8A is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147108138-
CMYK00.270.060.42
HSL313.85º15.29%50%-
HSV(B)313.85º26.53%57.65%-
XYZ21.9818.7626.51-
YUV123.08136.42145.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=37.40%
G=27.48%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710813800.270.060.42313.8515.2950
Hex936C8A01B62A13af32
Octal2231542120336524721762
Binary100100111101100100010100110111101010101001110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,108,138); }

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

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

 a { background-color: rgb(147,108,138); }

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

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

 span { border-color: rgb(147,108,138); }

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