#936079

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

Shades of Strikemaster #936079

Tints of Strikemaster #936079

Color information

#936079 (or 0x936079) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 79. RGB value is (147,96,121). Sum of RGB (Red+Green+Blue) = 147+96+121=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #936079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936079 is #6C9F86. Grayscale: #727272. Windows color (decimal): -7118727 or 7954579. OLE color: 7954579.

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

Color convert

RGB14796121-
CMYK00.350.180.42
HSL330.59º20.99%47.65%-
HSV(B)330.59º34.69%57.65%-
XYZ19.6715.9520.13-
YUV114.1131.9151.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=40.38%
G=26.37%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479612100.350.180.42330.5920.9947.65
Hex936079023122A14b1530
Octal22314017104322525132560
Binary100100111100000111100101000111001010101010100101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936079; }

 p { color: rgb(147,96,121); }

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

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

 a { background-color: rgb(147,96,121); }

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

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

 span { border-color: rgb(147,96,121); }

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