#944C79

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

Shades of Strikemaster #944C79

Tints of Strikemaster #944C79

Color information

#944C79 (or 0x944C79) is unknown color: approx Strikemaster. HEX triplet: 94, 4C and 79. RGB value is (148,76,121). Sum of RGB (Red+Green+Blue) = 148+76+121=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #944C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C79 is #6BB386. Grayscale: #666666. Windows color (decimal): -7058311 or 7949460. OLE color: 7949460.

HSL color Cylindrical-coordinate representation of color #944C79: hue angle of 322.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944C79 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14876121-
CMYK00.490.180.42
HSL322.5º32.14%43.92%-
HSV(B)322.5º48.65%58.04%-
XYZ18.2512.8519.61-
YUV102.66138.35160.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=42.90%
G=22.03%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487612100.490.180.42322.532.1443.92
Hex944C79031122A142202c
Octal22411417106122525024054
Binary1001010010011001111001011000110010101010101000010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944C79; }

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

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

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

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

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

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

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

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