#936B85

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

Shades of Strikemaster #936B85

Tints of Strikemaster #936B85

Color information

#936B85 (or 0x936B85) is unknown color: approx Strikemaster. HEX triplet: 93, 6B and 85. RGB value is (147,107,133). Sum of RGB (Red+Green+Blue) = 147+107+133=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #936B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936B85 is #6C947A. Grayscale: #797979. Windows color (decimal): -7115899 or 8743827. OLE color: 8743827.

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

Color convert

RGB147107133-
CMYK00.270.100.42
HSL321º15.75%49.8%-
HSV(B)321º27.21%57.65%-
XYZ21.5218.4124.61-
YUV121.92134.25145.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=37.98%
G=27.65%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710713300.270.100.4232115.7549.8
Hex936B8501BA2A1411032
Octal22315320503312525012062
Binary10010011110101110000101011011101010101010100000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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