#944B79

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

Shades of Strikemaster #944B79

Tints of Strikemaster #944B79

Color information

#944B79 (or 0x944B79) is unknown color: approx Strikemaster. HEX triplet: 94, 4B and 79. RGB value is (148,75,121). Sum of RGB (Red+Green+Blue) = 148+75+121=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #944B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B79 is #6BB486. Grayscale: #656565. Windows color (decimal): -7058567 or 7949204. OLE color: 7949204.

HSL color Cylindrical-coordinate representation of color #944B79: hue angle of 322.19º degrees, saturation: 0.33, 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 #944B79 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14875121-
CMYK00.490.180.42
HSL322.19º32.74%43.73%-
HSV(B)322.19º49.32%58.04%-
XYZ18.1812.7119.58-
YUV102.07138.68160.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=43.02%
G=21.80%
B=35.17%

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
Decimal1487512100.490.180.42322.1932.7443.73
Hex944B79031122A142212c
Octal22411317106122525024154
Binary1001010010010111111001011000110010101010101000010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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