#936386

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

Shades of Strikemaster #936386

Tints of Strikemaster #936386

Color information

#936386 (or 0x936386) is unknown color: approx Strikemaster. HEX triplet: 93, 63 and 86. RGB value is (147,99,134). Sum of RGB (Red+Green+Blue) = 147+99+134=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #936386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936386 is #6C9C79. Grayscale: #757575. Windows color (decimal): -7117946 or 8807315. OLE color: 8807315.

HSL color Cylindrical-coordinate representation of color #936386: hue angle of 316.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936386 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14799134-
CMYK00.330.090.42
HSL316.25º19.51%48.24%-
HSV(B)316.25º32.65%57.65%-
XYZ20.816.8524.71-
YUV117.34137.4149.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=38.68%
G=26.05%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479913400.330.090.42316.2519.5148.24
Hex93638602192A13c1430
Octal22314320604111524742460
Binary100100111100011100001100100001100110101010011110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936386; }

 p { color: rgb(147,99,134); }

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

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

 a { background-color: rgb(147,99,134); }

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

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

 span { border-color: rgb(147,99,134); }

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