#936581

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

Shades of Strikemaster #936581

Tints of Strikemaster #936581

Color information

#936581 (or 0x936581) is unknown color: approx Strikemaster. HEX triplet: 93, 65 and 81. RGB value is (147,101,129). Sum of RGB (Red+Green+Blue) = 147+101+129=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #936581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936581 is #6C9A7E. Grayscale: #757575. Windows color (decimal): -7117439 or 8480147. OLE color: 8480147.

HSL color Cylindrical-coordinate representation of color #936581: hue angle of 323.48º 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 #936581 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB147101129-
CMYK00.310.120.42
HSL323.48º18.55%48.63%-
HSV(B)323.48º31.29%57.65%-
XYZ20.6517.122.98-
YUV117.95134.24148.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=38.99%
G=26.79%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710112900.310.120.42323.4818.5548.63
Hex93658101FC2A1431331
Octal22314520103714525032361
Binary10010011110010110000001011111110010101010100001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936581; }

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

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

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

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

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

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

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

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