#936589

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

Shades of Strikemaster #936589

Tints of Strikemaster #936589

Color information

#936589 (or 0x936589) is unknown color: approx Strikemaster. HEX triplet: 93, 65 and 89. RGB value is (147,101,137). Sum of RGB (Red+Green+Blue) = 147+101+137=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #936589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936589 is #6C9A76. Grayscale: #767676. Windows color (decimal): -7117431 or 9004435. OLE color: 9004435.

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

Color convert

RGB147101137-
CMYK00.310.070.42
HSL313.04º18.55%48.63%-
HSV(B)313.04º31.29%57.65%-
XYZ21.217.3225.89-
YUV118.86138.24148.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=38.18%
G=26.23%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710113700.310.070.42313.0418.5548.63
Hex93658901F72A1391331
Octal2231452110377524712361
Binary1001001111001011000100101111111110101010011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936589; }

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

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

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

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

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

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

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

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