#936480

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

Shades of Strikemaster #936480

Tints of Strikemaster #936480

Color information

#936480 (or 0x936480) is unknown color: approx Strikemaster. HEX triplet: 93, 64 and 80. RGB value is (147,100,128). Sum of RGB (Red+Green+Blue) = 147+100+128=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #936480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936480 is #6C9B7F. Grayscale: #757575. Windows color (decimal): -7117696 or 8414355. OLE color: 8414355.

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

Color convert

RGB147100128-
CMYK00.320.130.42
HSL324.26º19.03%48.43%-
HSV(B)324.26º31.97%57.65%-
XYZ20.4916.8822.6-
YUV117.24134.07149.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=39.2%
G=26.67%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710012800.320.130.42324.2619.0348.43
Hex936480020D2A1441330
Octal22314420004015525042360
Binary100100111100100100000000100000110110101010100010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936480; }

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

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

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

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

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

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

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

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