#936580

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

Shades of Strikemaster #936580

Tints of Strikemaster #936580

Color information

#936580 (or 0x936580) is unknown color: approx Strikemaster. HEX triplet: 93, 65 and 80. RGB value is (147,101,128). Sum of RGB (Red+Green+Blue) = 147+101+128=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #936580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936580 is #6C9A7F. Grayscale: #757575. Windows color (decimal): -7117440 or 8414611. OLE color: 8414611.

HSL color Cylindrical-coordinate representation of color #936580: hue angle of 324.78º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936580 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB147101128-
CMYK00.310.130.42
HSL324.78º18.55%48.63%-
HSV(B)324.78º31.29%57.65%-
XYZ20.5817.0722.63-
YUV117.83133.74148.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=39.10%
G=26.86%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710112800.310.130.42324.7818.5548.63
Hex93658001FD2A1451331
Octal22314520003715525052361
Binary10010011110010110000000011111110110101010100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936580; }

 p { color: rgb(147,101,128); }

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

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

 a { background-color: rgb(147,101,128); }

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

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

 span { border-color: rgb(147,101,128); }

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