#944679

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

Shades of Strikemaster #944679

Tints of Strikemaster #944679

Color information

#944679 (or 0x944679) is unknown color: approx Strikemaster. HEX triplet: 94, 46 and 79. RGB value is (148,70,121). Sum of RGB (Red+Green+Blue) = 148+70+121=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #944679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944679 is #6BB986. Grayscale: #636363. Windows color (decimal): -7059847 or 7947924. OLE color: 7947924.

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

Color convert

RGB14870121-
CMYK00.530.180.42
HSL320.77º35.78%42.75%-
HSV(B)320.77º52.7%58.04%-
XYZ17.8512.0619.48-
YUV99.14140.34162.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=43.66%
G=20.65%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487012100.530.180.42320.7735.7842.75
Hex944679035122A141242b
Octal22410617106522525014453
Binary1001010010001101111001011010110010101010101000001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944679; }

 p { color: rgb(148,70,121); }

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

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

 a { background-color: rgb(148,70,121); }

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

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

 span { border-color: rgb(148,70,121); }

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